| m ProbablePrime moved page AvatarRawToolData (Component) to Component:AvatarRawToolData: Creating component Namespace |  Automated: update Fields, Categories | ||
| Line 14: | Line 14: | ||
| == Usage == | == Usage == | ||
| {{Table ComponentFields | {{Table ComponentFields | ||
| | | |ControllerSide|Chirality| | ||
| |PressingPrimary|Bool|   | |PressingPrimary|{{RootFieldType|RawOutput`1|[[Type:Bool|Bool]]}}|TypeAdv1=true| | ||
| |PressingSecondary|Bool|   | |PressingSecondary|{{RootFieldType|RawOutput`1|[[Type:Bool|Bool]]}}|TypeAdv2=true| | ||
| |PressingGrab|Bool|   | |PressingGrab|{{RootFieldType|RawOutput`1|[[Type:Bool|Bool]]}}|TypeAdv3=true| | ||
| |PrimaryStrength|Float|   | |PrimaryStrength|{{RootFieldType|RawOutput`1|[[Type:Float|Float]]}}|TypeAdv4=true| | ||
| |SecondaryAxis|Float2|   | |SecondaryAxis|{{RootFieldType|RawOutput`1|[[Type:Float2|Float2]]}}|TypeAdv5=true| | ||
| |_activeUser|User|   | |_activeUser|User| | ||
| |_strengthStream|ValueStream`1| | |_strengthStream|'''[[Type:ValueStream`1|ValueStream`1]]<[[Type:Float|Float]]>'''|TypeAdv7=true| | ||
| |_axisStream|ValueStream`1| | |_axisStream|'''[[Type:ValueStream`1|ValueStream`1]]<[[Type:Float2|Float2]]>'''|TypeAdv8=true| | ||
| |_primaryStream|ValueStream`1| | |_primaryStream|'''[[Type:ValueStream`1|ValueStream`1]]<[[Type:Bool|Bool]]>'''|TypeAdv9=true| | ||
| |_secondaryStream|ValueStream`1| | |_secondaryStream|'''[[Type:ValueStream`1|ValueStream`1]]<[[Type:Bool|Bool]]>'''|TypeAdv10=true| | ||
| |_grabStream|ValueStream`1| | |_grabStream|'''[[Type:ValueStream`1|ValueStream`1]]<[[Type:Bool|Bool]]>'''|TypeAdv11=true| | ||
| }} | }} | ||
| Line 37: | Line 37: | ||
| == Related Components == | == Related Components == | ||
| </translate> | </translate> | ||
| [[Category:Components{{#translation:}}| | [[Category:Components{{#translation:}}|Avatar Raw Tool Data]] | ||
| [[Category:ComponentStubs]] | [[Category:ComponentStubs]] | ||
| [[Category:Components:Users:Common Avatar System{{#translation:}}| | [[Category:Components:Users:Common Avatar System{{#translation:}}|Avatar Raw Tool Data]] | ||
Revision as of 22:54, 3 March 2024
This article or section is a stub. You can help the Resonite wiki by expanding it.
Component image 
AvatarRawToolData component as seen in the Scene Inspector 

Intoduction
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. | 
| ControllerSide | Chirality | |
| PressingPrimary | raw output of Bool | |
| PressingSecondary | raw output of Bool | |
| PressingGrab | raw output of Bool | |
| PrimaryStrength | raw output of Float | |
| SecondaryAxis | raw output of Float2 | |
| _activeUser | User | |
| _strengthStream | ValueStream`1<Float> | |
| _axisStream | ValueStream`1<Float2> | |
| _primaryStream | ValueStream`1<Bool> | |
| _secondaryStream | ValueStream`1<Bool> | |
| _grabStream | ValueStream`1<Bool> | 
