UnityEditor.DrawGizmo.DrawGizmo C# (CSharp) Method

DrawGizmo() public method

Defines when the gizmo should be invoked for drawing.

public DrawGizmo ( GizmoType gizmo ) : System
gizmo GizmoType Flags to denote when the gizmo should be drawn.
return System
        public DrawGizmo(GizmoType gizmo)
        {
            this.drawOptions = gizmo;
        }

Same methods

DrawGizmo::DrawGizmo ( GizmoType gizmo, Type drawnGizmoType ) : System
DrawGizmo