Component image 
Grid Container Animated Edit Visual component as seen in the Scene Inspector

The GridContainerAnimatedEditVisual component is used to handle the animation of turning on and off UI Edit Mode.
Fields
Name | Type | Description |
---|---|---|
persistent
|
Bool | Determines whether or not this item will be saved to the server. |
UpdateOrder
|
Int | Controls the order in which this component is updated. |
Enabled
|
Bool | Controls whether or not this component is enabled. Some components stop their functionality when this field is disabled, but some don't. |
Grid
|
GridContainer | The grid to edit. |
_tiledImage
|
TiledRawImage | The image being used to show the grid alignment. |
_tiling
|
field drive of Float2 | The tiling of the grid. |
_offset
|
field drive of Float2 | The position shift of the grid from default. |
_tint
|
field drive of ColorX | The color tint of the grid. |
Usage
Not used by the user, but used by the game in visuals.
Examples
This article or section is a Stub. You can help the Resonite Wiki by expanding it.