Component:AvatarControllerInfo: Difference between revisions

From Resonite Wiki
Automated: update Fields, Categories
add info
 
Line 7: Line 7:
|Name=AvatarControllerInfo
|Name=AvatarControllerInfo
}}
}}
 
Reads the controller FrooxEngine class type and it's model identifier for a [[Type:User|User]] for a hand [[Type:Chirality|Side]].
<!--T:2-->
== Intoduction ==


<!--T:3-->
<!--T:3-->
== Usage ==
== Usage ==
{{Table ComponentFields
{{Table ComponentFields
|TargetUser|User|
|TargetUser|User| The user this component is reading controller info from
|ControllerSide|Chirality|
|ControllerSide|Chirality| The side (left or right) controller this component is reading info from.
|ControllerType|{{RootFieldType|SyncType}}|TypeAdv2=true|
|ControllerType|{{RootFieldType|SyncType}}|TypeAdv2=true| The type of the controller <code>TargetUser</code> is using on their <code>ControllerSide</code> hand.
|ControllerDeviceModel|String|
|ControllerDeviceModel|String| The device model of the controller <code>TargetUser</code> is using on their <code>ControllerSide</code> hand.
}}
}}


Line 30: Line 28:
</translate>
</translate>
[[Category:Components{{#translation:}}|Avatar Controller Info]]
[[Category:Components{{#translation:}}|Avatar Controller Info]]
[[Category:ComponentStubs]]
[[Category:Components:Users:Common Avatar System{{#translation:}}|Avatar Controller Info]]
[[Category:Components:Users:Common Avatar System{{#translation:}}|Avatar Controller Info]]

Latest revision as of 17:04, 26 October 2024


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