Component:EyeRotationDriverGizmo

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