Component:SlotGizmo

From Resonite Wiki
Component image 
Slot Gizmo component as seen in the Scene Inspector


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


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. Some components stop their functionality when this field is disabled, but some don't.
GizmoReplaced delegate of identity SlotGizmo.SlotGizmoReplacement
_isFolded Bool
_activeGizmo Worker
_targetSlot direct TransformRelayRef
_positionDrive field drive of Float3
_scaleDrive field drive of Float3
_boundsMesh reference drive of TubeBoxMesh
_boundsRoot Slot
_boundsRotation field drive of FloatQ
_boundsOffset field drive of Float3
_boundsActive field drive of Bool
_nameText field drive of String
_nameOffset field drive of Float3
_nameRotation field drive of FloatQ
_nameActive field drive of Bool
_xPosSegment reference drive of SegmentMesh
_yPosSegment reference drive of SegmentMesh
_zPosSegment reference drive of SegmentMesh
_boundsAnchorPositions list of SlotGizmo.AnchorInfo
_rootAnchor PointAnchor
_translationGizmo TranslationGizmo
_rotationGizmo RotationGizmo
_scaleGizmo ScaleGizmo
IsLocalSpace Bool

Behavior

Examples

See Also