Version: 2022.3
言語: 日本語
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.