Component:AvatarRawToolData: Difference between revisions

From Resonite Wiki
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
|ControllerNode|ControllerNode|  
|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|TypeString7=ValueStream<Float>|  
|_strengthStream|'''[[Type:ValueStream`1|ValueStream`1]]&lt;[[Type:Float|Float]]&gt;'''|TypeAdv7=true|
|_axisStream|ValueStream`1|TypeString8=ValueStream<Float2>|  
|_axisStream|'''[[Type:ValueStream`1|ValueStream`1]]&lt;[[Type:Float2|Float2]]&gt;'''|TypeAdv8=true|
|_primaryStream|ValueStream`1|TypeString9=ValueStream<Bool>|  
|_primaryStream|'''[[Type:ValueStream`1|ValueStream`1]]&lt;[[Type:Bool|Bool]]&gt;'''|TypeAdv9=true|
|_secondaryStream|ValueStream`1|TypeString10=ValueStream<Bool>|  
|_secondaryStream|'''[[Type:ValueStream`1|ValueStream`1]]&lt;[[Type:Bool|Bool]]&gt;'''|TypeAdv10=true|
|_grabStream|ValueStream`1|TypeString11=ValueStream<Bool>|  
|_grabStream|'''[[Type:ValueStream`1|ValueStream`1]]&lt;[[Type:Bool|Bool]]&gt;'''|TypeAdv11=true|
}}
}}


Line 37: Line 37:
== Related Components ==
== Related Components ==
</translate>
</translate>
[[Category:Components{{#translation:}}|AvatarRawToolData (Component){{#translation:}}]]
[[Category:Components{{#translation:}}|Avatar Raw Tool Data]]
[[Category:ComponentStubs]]
[[Category:ComponentStubs]]
[[Category:Components:Users:Common Avatar System{{#translation:}}|AvatarRawToolData (Component){{#translation:}}]]
[[Category:Components:Users:Common Avatar System{{#translation:}}|Avatar Raw Tool Data]]

Latest 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

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

Behavior

Examples

Related Components