EditorGUI.RectIntField

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);

Parameters

positionRectangle on the screen to use for the field.
labelOptional label to display above the field.
valueThe value to edit.

Returns

RectInt The value entered by the user.

Description

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

对文档有任何疑问,请移步至开发者社区提问,我们将尽快为您解答