Version: 2019.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 ユーザーによって設定された値

説明

Makes an X, Y, W, and H field for entering a RectInt.