Version: 2017.2
public static RectInt RectIntField (Rect position, RectInt value);
public static RectInt RectIntField (Rect position, string label, RectInt value);
public static RectInt RectIntField (Rect position, GUIContent label, RectInt value);

パラメーター

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

戻り値

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

説明

Make an X, Y, W & H field for entering a RectInt.