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