Component:AxisRotationGizmo: Difference between revisions

From Resonite Wiki
Automated: update Fields
Automated: update Fields
 
Line 13: Line 13:
|TargetSlot|{{RootFieldType|TransformRelayRef}}|TypeAdv0=true|
|TargetSlot|{{RootFieldType|TransformRelayRef}}|TypeAdv0=true|
|AutoPositionAtTargetSlot|Bool|
|AutoPositionAtTargetSlot|Bool|
|_interactingComponent|'''[[Component:Component|Component]]'''|TypeAdv2=true|
|_interactingComponent|Component|
|_material|'''[[OverlayFresnelMaterial|OverlayFresnelMaterial]]'''|TypeAdv3=true|
|_material|'''[[OverlayFresnelMaterial|OverlayFresnelMaterial]]'''|TypeAdv3=true|
|_toolPoint|Slot|
|_toolPoint|Slot|

Latest revision as of 15:35, 7 March 2024


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.
TargetSlot direct TransformRelayRef
AutoPositionAtTargetSlot Bool
_interactingComponent Component
_material OverlayFresnelMaterial
_toolPoint Slot
_activePoint Slot
_lineRoot Slot
_lineSegment SegmentMesh
_snapHighlight Slot
Axis Float3
AxisSpace direct RootSpace
RotationSpace direct RootSpace
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 direct DriveRef`1<TorusMesh>
_circleColliderMesh direct DriveRef`1<TorusMesh>
_referenceLine direct DriveRef`1<SegmentMesh>
_linesRoot Slot
_line0 SegmentMesh
_line1 SegmentMesh

Usage

Used for Gizmos.

Examples

Related Components