URL: https://docs.unity3d.com/ScriptReference/../Manual/../ScriptReference/EditorGUI.BoundsIntField.html
ataLayer-initialized', user: { user_unity_id: undefined, user_logged_in: 'no' }, environment: { environment_locale: 'en-us', environment_currency: undefined }});| Parameter | Description |
|---|---|
| position | Rectangle on the screen to use for the field. |
| label | Optional label to display above the field. |
| value | The value to edit. |
BoundsInt The value entered by the user.
Makes Position and Size field for entering a BoundsInt.
See also Extending the editor.