Manual     Reference     Scripting  
  
Scripting > Editor Classes > DrawGizmo   
  • Menu
  • Overview
  • Runtime Classes
  • Attributes
  • Enumerations
  • Editor Classes
  • Enumerations
  • History
  • Index
  • DrawGizmo
  • All Members
  • Constructors
  • DrawGizmo

DrawGizmo.DrawGizmo  

static function DrawGizmo (gizmo : GizmoType) : DrawGizmo

Description

Defines when the gizmo should be invoked for drawing.

See Also: GizmoType

static function DrawGizmo (gizmo : GizmoType, drawnGizmoType : Type) : DrawGizmo

Description

Same as above. drawnGizmoType determines of what type the object we are drawing the gizmo of has to be.

If drawnGizmoType is null, the type will be determined from the first parameter of the draw gizmo method.