imported>Chemicalcrux Creating the page (with a bot!) |
add info |
||
(2 intermediate revisions by 2 users not shown) | |||
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:3--> | <!--T:3--> | ||
== Usage == | == Usage == | ||
{{Table ComponentFields | {{Table ComponentFields | ||
|TargetUser|User| | |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|SyncType| | |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 29: | Line 27: | ||
== Related Components == | == Related Components == | ||
</translate> | </translate> | ||
[[Category:Components{{#translation:}}| | [[Category:Components{{#translation:}}|Avatar Controller Info]] | ||
[[Category:Components:Users:Common Avatar System{{#translation:}}|Avatar Controller Info]] | |||
[[Category:Components:Users:Common Avatar System{{#translation:}}| |
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
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. |
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.
|