Version: 2020.1
言語: 日本語
public static Vector2Int Vector2IntField (Rect position, string label, Vector2Int value);
public static Vector2Int Vector2IntField (Rect position, GUIContent label, Vector2Int value);

パラメーター

position 表示位置
label フィールドの上に表示するラベル
value 編集する値

戻り値

Vector2Int ユーザーによって設定された値

説明

Makes an X and Y integer field for entering a Vector2Int.