Component:AxisRotationGizmo

From Resonite Wiki
Revision as of 17:19, 23 October 2024 by 989onan (talk | contribs) (add info on the root space to unify meaning)


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


Component image 
Axis Rotation Gizmo 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. Some components stop their functionality when this field is disabled, but some don't.
TargetSlot direct TransformRelayRef
AutoPositionAtTargetSlot Bool
_interactingComponent Component
_material OverlayFresnelMaterial
_toolPoint Slot
_activePoint Slot
_lineRoot Slot
_lineSegment SegmentMesh
_snapHighlight Slot
Axis Float3
AxisSpace direct RootSpace The coordinate space of the Axis value.
RotationSpace direct RootSpace The coordinate space of the TargetRotation drive target.
TargetRotation direct RelayRef`1<IField`1<FloatQ>>
TargetValue direct RelayRef`1<IField`1<Float>>
CircleRadius Float
CircleThickness Float
_visualRoot Slot
_visualRot field drive of FloatQ
_circle reference drive of TorusMesh
_circleColliderMesh reference drive of TorusMesh
_referenceLine reference drive of SegmentMesh
_linesRoot Slot
_line0 SegmentMesh
_line1 SegmentMesh

Usage

Used for Gizmos.

Examples

Related Components