EditorGUI.BoundsIntField
Parameters
| position | Rectangle on the screen to use for the field. | |
| label | Optional label to display above the field. | |
| value | The value to edit. |
Returns
BoundsInt The value entered by the user.
Description 描述
Makes Position and Size field for entering a BoundsInt.
See also Extending the editor.