This article or section is a Stub. You can help the Resonite Wiki by expanding it.
Component image ![](/images/thumb/f/fc/AvatarControllerInfoComponent.png/510px-AvatarControllerInfoComponent.png)
AvatarControllerInfo component as seen in the Scene Inspector
![](/images/thumb/f/fc/AvatarControllerInfoComponent.png/510px-AvatarControllerInfoComponent.png)
Reads the controller FrooxEngine class type and it's model identifier for a User for a hand Side.
Usage
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. |
TargetUser
|
User | The user this component is reading controller info from |
ControllerSide
|
Chirality | The side (left or right) controller this component is reading info from. |
ControllerType
|
direct SyncType | The type of the controller TargetUser is using on their ControllerSide hand.
|
ControllerDeviceModel
|
String | The device model of the controller TargetUser is using on their ControllerSide hand.
|