Component:EyeRotationDriverGizmo: Difference between revisions

From Resonite Wiki
Automated: create new component page
 
add info
 
Line 3: Line 3:
|Name=Eye Rotation Driver Gizmo
|Name=Eye Rotation Driver Gizmo
}}
}}
{{stub}}
The '''EyeRotationDriverGizmo''' component is used to edit the Eye forwards of an [[Component:EyeRotationDriver|Eye Rotation Driver]].


== Usage ==
== Fields ==
{{Table ComponentFields
{{Table ComponentFields
|_target|{{RootFieldType|RelayRef`1|[[Component:EyeRotationDriver|EyeRotationDriver]]}}|TypeAdv0=true|
|_target|{{RootFieldType|RelayRef`1|[[Component:EyeRotationDriver|EyeRotationDriver]]}}|TypeAdv0=true| The eye rotation driver we are editing.
|_vectorGizmos|{{RootFieldType|SyncRefList`1|[[Component:VectorGizmo|VectorGizmo]]}}|TypeAdv1=true|
|_vectorGizmos|{{RootFieldType|SyncRefList`1|[[Component:VectorGizmo|VectorGizmo]]}}|TypeAdv1=true| The forward vectors of the eyes.
|_coneGizmos|{{RootFieldType|SyncRefList`1|[[Component:ConeGizmo|ConeGizmo]]}}|TypeAdv2=true|
|_coneGizmos|{{RootFieldType|SyncRefList`1|[[Component:ConeGizmo|ConeGizmo]]}}|TypeAdv2=true| Unused. Possibly a bug.
}}
}}


== Behavior ==
== Usage ==
Found in the [[Dev Tool]] gizmo menu when selecting a slot with a [[Component:EyeRotationDriver]] on it.


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


== See Also ==
== See Also ==
* [[Component:EyeRotationDriver]]


[[Category:Components:Uncategorized{{#translation:}}|Eye Rotation Driver Gizmo]]
[[Category:Components:Uncategorized{{#translation:}}|Eye Rotation Driver Gizmo]]
[[Category:Components{{#translation:}}|Eye Rotation Driver Gizmo]]
[[Category:Components{{#translation:}}|Eye Rotation Driver Gizmo]]
[[Category:ComponentStubs]]

Latest revision as of 18:59, 16 February 2025

Component image 
Eye Rotation Driver Gizmo component as seen in the Scene Inspector

The EyeRotationDriverGizmo component is used to edit the Eye forwards of an Eye Rotation Driver.

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.
_target direct RelayRef`1<EyeRotationDriver> The eye rotation driver we are editing.
_vectorGizmos list of VectorGizmo The forward vectors of the eyes.
_coneGizmos list of ConeGizmo Unused. Possibly a bug.

Usage

Found in the Dev Tool gizmo menu when selecting a slot with a Component:EyeRotationDriver on it.

Examples

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

See Also