Component:RawDataTool: Difference between revisions

From Resonite Wiki
Automated: update Categories
template, repair page
 
Line 1: Line 1:
<!--T:1-->
{{Infobox Component
{{stub}}<!--T:2-->
|Image=RawDataToolComponent.png
|Name=Raw Data Tool
}}
 
== Fields ==
== Fields ==
{{Table ComponentFields
{{Table ComponentFields
|_equipLink|{{RootFieldType|LinkTarget`1|[[Type:ITool|ITool]]}}|TypeAdv0=true|{{stub}}
|_equipLink|{{RootFieldType|LinkTarget`1|[[Type:ITool|ITool]]}}|TypeAdv0=true| {{Template:ITool _equipLink}}
|TipReference|Slot|{{stub}}
|TipReference|Slot| {{Template:ITool TipReference}}
|BlockGripEquip|Bool|{{stub}}
|BlockGripEquip|Bool| {{Template:ITool BlockGripEquip}}
|BlockRemoteEquip|Bool|{{stub}}
|BlockRemoteEquip|Bool| {{Template:ITool BlockRemoteEquip}}
|EquipName|String|{{stub}}
|EquipName|String| {{Template:ITool EquipName}}
|_overrideActiveTool|'''[[Component:InteractionHandler|InteractionHandler]]'''|TypeAdv5=true|{{stub}}
|_overrideActiveTool|'''[[Component:InteractionHandler|InteractionHandler]]'''|TypeAdv5=true| {{Template:ITool _overrideActiveTool}}
|_gripPosesGenerated|Bool|{{stub}}
|_gripPosesGenerated|Bool| {{Template:ITool _gripPosesGenerated}}
|LocalTipOffset|Float3|{{stub}}
|LocalTipOffset|Float3|  
|LocalTipReference|Slot|{{stub}}
|LocalTipReference|Slot|  
|UseLaser|Bool|{{stub}}
|UseLaser|Bool|  
|BlockPrimaryWhenTouching|Bool|{{stub}}
|BlockPrimaryWhenTouching|Bool|  
|UseSecondary|Bool|{{stub}}
|UseSecondary|Bool|  
|AllowUseWhenHolding|Bool|{{stub}}
|AllowUseWhenHolding|Bool|  
|Equipped|Bool|{{stub}}
|Equipped|Bool|  
|ControllerType|{{RootFieldType|SyncType}}|TypeAdv14=true| {{stub}}
|ControllerType|{{RootFieldType|SyncType}}|TypeAdv14=true|  
|ControllerSide|Chirality|{{stub}}
|ControllerSide|Chirality|  
|PrimaryStrength|{{RootFieldType|RawOutput`1|[[Type:Float|Float]]}}|TypeAdv16=true|{{stub}}
|PrimaryStrength|{{RootFieldType|RawOutput`1|[[Type:Float|Float]]}}|TypeAdv16=true|  
|SecondaryAxis|{{RootFieldType|RawOutput`1|[[Type:Float2|Float2]]}}|TypeAdv17=true|{{stub}}
|SecondaryAxis|{{RootFieldType|RawOutput`1|[[Type:Float2|Float2]]}}|TypeAdv17=true|  
|Primary|{{RootFieldType|RawOutput`1|[[Type:Bool|Bool]]}}|TypeAdv18=true|{{stub}}
|Primary|{{RootFieldType|RawOutput`1|[[Type:Bool|Bool]]}}|TypeAdv18=true|  
|Secondary|{{RootFieldType|RawOutput`1|[[Type:Bool|Bool]]}}|TypeAdv19=true|{{stub}}
|Secondary|{{RootFieldType|RawOutput`1|[[Type:Bool|Bool]]}}|TypeAdv19=true|  
|_primaryStrengthStream|'''[[Type:ValueStream`1|ValueStream`1]]&lt;[[Type:Float|Float]]&gt;'''|TypeAdv20=true|{{stub}}
|_primaryStrengthStream|'''[[Type:ValueStream`1|ValueStream`1]]&lt;[[Type:Float|Float]]&gt;'''|TypeAdv20=true|  
|_secondaryAxisStream|'''[[Type:ValueStream`1|ValueStream`1]]&lt;[[Type:Float2|Float2]]&gt;'''|TypeAdv21=true|{{stub}}
|_secondaryAxisStream|'''[[Type:ValueStream`1|ValueStream`1]]&lt;[[Type:Float2|Float2]]&gt;'''|TypeAdv21=true|  
|_primaryStream|'''[[Type:ValueStream`1|ValueStream`1]]&lt;[[Type:Bool|Bool]]&gt;'''|TypeAdv22=true|{{stub}}
|_primaryStream|'''[[Type:ValueStream`1|ValueStream`1]]&lt;[[Type:Bool|Bool]]&gt;'''|TypeAdv22=true|  
|_secondaryStream|'''[[Type:ValueStream`1|ValueStream`1]]&lt;[[Type:Bool|Bool]]&gt;'''|TypeAdv23=true|{{stub}}
|_secondaryStream|'''[[Type:ValueStream`1|ValueStream`1]]&lt;[[Type:Bool|Bool]]&gt;'''|TypeAdv23=true|  
|_rawStrength|Float|{{stub}}
|_rawStrength|Float|  
|_rawAxis|Float2|{{stub}}
|_rawAxis|Float2|  
|_rawPrimary|Bool|{{stub}}
|_rawPrimary|Bool|  
|_rawSecondary|Bool|{{stub}}
|_rawSecondary|Bool|  
|PrimaryActionDescription|String|
|PrimaryActionDescription|String|  
|SecondaryActionDescription|String|
|SecondaryActionDescription|String|  
}}
}}


<!--T:3-->
<!--T:3-->
== Usage ==
== Usage ==
{{stub}}
 


<!--T:4-->
<!--T:4-->
== Examples ==
== Examples ==
{{stub}}
 


<!--T:5-->
<!--T:5-->

Latest revision as of 20:15, 19 October 2024

Component image 
File:RawDataToolComponent.png
Raw Data Tool component as seen in the Scene Inspector


Fields

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.
_equipLink direct LinkTarget`1<ITool> This is Internal, and is used by the engine to retrieve the component this field is a part of. It cannot be assigned to.
TipReference Slot The slot to use as the tool's tip, instead of the component's slot.
BlockGripEquip Bool Whether to prevent legacy double grip equipping from equipping this tooltip.
BlockRemoteEquip Bool Whether to prevent equipping by clicking via laser
EquipName String The name of the tool in the context menu when equipping via context menu.
_overrideActiveTool InteractionHandler The interaction handler to use instead of this tool as an interaction handler.
_gripPosesGenerated Bool Whether the Grip Pose Reference components and slots have been generated for this tool.
LocalTipOffset Float3
LocalTipReference Slot
UseLaser Bool
BlockPrimaryWhenTouching Bool
UseSecondary Bool
AllowUseWhenHolding Bool
Equipped Bool
ControllerType direct SyncType
ControllerSide Chirality
PrimaryStrength raw output of Float
SecondaryAxis raw output of Float2
Primary raw output of Bool
Secondary raw output of Bool
_primaryStrengthStream ValueStream`1<Float>
_secondaryAxisStream ValueStream`1<Float2>
_primaryStream ValueStream`1<Bool>
_secondaryStream ValueStream`1<Bool>
_rawStrength Float
_rawAxis Float2
_rawPrimary Bool
_rawSecondary Bool
PrimaryActionDescription String
SecondaryActionDescription String

Usage

Examples

Related Components