Component:AvatarControllerInfo

From Resonite Wiki
This page contains changes which are not marked for translation.


This article or section is a Stub. You can help the Resonite Wiki by expanding it.


Component image 
AvatarControllerInfo component as seen in the Scene Inspector

Reads the controller FrooxEngine class type and it's model identifier for a User for a hand Side.

Usage

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.
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.

Behavior

Examples

Related Components