Component:GripPoseReferenceEditor

From Resonite Wiki
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