Version: 2020.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 Rectangle on the screen to use for the field.
label Optional label to display above the field.
value The value to edit.

반환

RectInt The value entered by the user.

설명

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