Version: 2017.4
public static Vector3Int Vector3IntField (Rect position, string label, Vector3Int value);
public static Vector3Int Vector3IntField (Rect position, GUIContent label, Vector3Int value);

パラメーター

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

戻り値

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

説明

Make an X, Y & Z integer field for entering a Vector3Int.