Component:GripPoseReferenceEditor: Difference between revisions

From Resonite Wiki
Automated: create new component page
 
add info
 
Line 3: Line 3:
|Name=Grip Pose Reference Editor
|Name=Grip Pose Reference Editor
}}
}}
{{stub}}
The '''GripPoseReferenceEditor''' component handles the [[UI Edit Mode]] behavior of adjusting [[Component:RawDataTool|Raw Data Tools]] in the user's hand. See [[UI Edit Mode]] for more information.


== Usage ==
== Fields ==
{{Table ComponentFields
{{Table ComponentFields
|ReferenceRoot|Slot|
|ReferenceRoot|Slot| The root slot of the tool tip holder.
|Item|Slot|
|Item|Slot| The root slot of the tooltip being adjusted.
|Slider|'''[[Component:Slider|Slider]]'''|TypeAdv2=true|
|Slider|'''[[Component:Slider|Slider]]'''|TypeAdv2=true| The slider to use to adjust the tool tip during grabbing.
|PoseReference|'''[[Component:GripPoseReference|GripPoseReference]]'''|TypeAdv3=true|
|PoseReference|'''[[Component:GripPoseReference|GripPoseReference]]'''|TypeAdv3=true| The grip pose reference to be modifying.
|HideVisualOnEnd|Bool|
|HideVisualOnEnd|Bool| Hide the visual when it's not being grabbed.
|RootPosition|Float3|
|RootPosition|Float3| The root position of the gripping pose reference.
|RootRotation|FloatQ|
|RootRotation|FloatQ| The root rotation of the gripping pose reference.
|RootScale|Float3|
|RootScale|Float3| The root scale of the gripping pose reference.
}}
}}


== Behavior ==
== Usage ==
Not used directly by the user. Please see [[UI Edit Mode]].


== Examples ==
== Examples ==
{{stub}}


== See Also ==
== See Also ==
Line 25: Line 27:
[[Category:Components:Uncategorized{{#translation:}}|Grip Pose Reference Editor]]
[[Category:Components:Uncategorized{{#translation:}}|Grip Pose Reference Editor]]
[[Category:Components{{#translation:}}|Grip Pose Reference Editor]]
[[Category:Components{{#translation:}}|Grip Pose Reference Editor]]
[[Category:ComponentStubs]]

Latest revision as of 17:06, 2 March 2025

Component image 
File:GripPoseReferenceEditorComponent.png
Grip Pose Reference Editor component as seen in the Scene Inspector

The GripPoseReferenceEditor component handles the UI Edit Mode behavior of adjusting Raw Data Tools in the user's hand. See UI Edit Mode for more information.

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. Some components stop their functionality when this field is disabled, but some don't.
ReferenceRoot Slot The root slot of the tool tip holder.
Item Slot The root slot of the tooltip being adjusted.
Slider Slider The slider to use to adjust the tool tip during grabbing.
PoseReference GripPoseReference The grip pose reference to be modifying.
HideVisualOnEnd Bool Hide the visual when it's not being grabbed.
RootPosition Float3 The root position of the gripping pose reference.
RootRotation FloatQ The root rotation of the gripping pose reference.
RootScale Float3 The root scale of the gripping pose reference.

Usage

Not used directly by the user. Please see UI Edit Mode.

Examples

This article or section is a Stub. You can help the Resonite Wiki by expanding it.

See Also