Table of Contents

Component Editor

(NOTE) Registers itself with the GizmoSpace. This allows GizmoSpace to keep track of which Gizmo the mouse is over, as well as send other input events directly to Gizmos.

Methods Properties Base Classes Derived Classes
Constructor Active component
EditingObject
ForwardEventsToChildren
MouseOver

Properties


Active : boolean

If set to false, it will not receive input events.

var Active : Boolean

EditingObject : cog

read-only

Needed?

var EditingObject : Cog

ForwardEventsToChildren : boolean

You may want to manually forward the input events to specific children.

var ForwardEventsToChildren : Boolean

MouseOver : boolean

read-only

Whether or not the mouse is currently over the gizmo.

var MouseOver : Boolean

Methods


Gizmo : Void

constructor

Constructor. |Name|Type|Description| |---|---|---|

function Gizmo()