The basic properties of objects can be modified through the Group component.
| Property | Type | Description |
|---|---|---|
| Is Active | Bool | Whether the object is enabled |
| Position | Vector3 | The position of the object relative to its parent object |
| Rotation | Vector3 | The rotation of an object relative to its parent object |
| Scale | Vector3 | The scaling of an object relative to its parent object |
| Enter Group | -- | After clicking, you can enter the group to edit sub-objects |
| Color | Color | Color of sub-objects |
| Texture | Texture | Material of sub-object |
| Tint Mode | Enum | Tint mode |
| Tiling Mode | Enum | The mode of tiling method |
| Event | Description | Parameter |
|---|---|---|
| On Receiving Broadcast | Triggered when receiving a broadcast | 1. Object: The object that sends the broadcast |
| Command | Description | Parameter |
|---|---|---|
| Broadcast | Send broadcast | 1. Broadcast: the broadcast to be sent |