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

パラメーター

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

戻り値

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

説明

Makes an X, Y, and Z integer field for entering a Vector3Int.