Version: 2017.4
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.