Home

Awesome

GameViewSizeHelper

ScriptからGameViewSizeを作成、また設定するヘルパークラス

API

AddCustomSize

GameViewサイズを追加します

public static void AddCustomSize (GameViewSizeGroupType groupType, GameViewSize gameViewSize)
public static void AddCustomSize (GameViewSizeGroupType groupType, GameViewSizeType type, int width, int height, string baseText)
名前説明
groupType追加したいプラットフォーム
gameViewSizeサイズやアスペクト比など必要な情報を格納したGameViewSizeオブジェクト
typeアスペクト比かピクセルサイズか
width
height高さ
baseTextこの設定の名前

RemoveCustomSize

GameViewサイズを削除します

public static bool RemoveCustomSize (GameViewSizeGroupType groupType, GameViewSize gameViewSize)
public static bool RemoveCustomSize (GameViewSizeGroupType groupType, GameViewSizeType type, int width, int height, string baseText)

Contains

設定しようとしているGameViewサイズが既に設定済みか確認します

public static bool Contains (GameViewSizeGroupType groupType, GameViewSize gameViewSize)
public static bool Contains (GameViewSizeGroupType groupType, GameViewSizeType type, int width, int height, string baseText)

ChangeGameViewSize

指定のGameViewサイズに変更します<br> 必ずUnityEditorをgroupTypeと同じプラットフォームに指定しておかなければいけません

public static void ChangeGameViewSize (GameViewSizeGroupType groupType, GameViewSize gameViewSize)
public static void ChangeGameViewSize (GameViewSizeGroupType groupType, GameViewSizeType type, int width, int height, string baseText)

LICENSE

MIT