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