EditorGUI.Vector2IntField
Parameters
| position | Rectangle on the screen to use for the field. | |
| label | Label to display above the field. | |
| value | The value to edit. |
Returns
Vector2Int The value entered by the user.
Description 描述
Makes an X and Y integer field for entering a Vector2Int.