UnityEditor.DrawGizmo.DrawGizmo C# (CSharp) 메소드

DrawGizmo() 공개 메소드

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.
리턴 System
        public DrawGizmo(GizmoType gizmo)
        {
            this.drawOptions = gizmo;
        }

Same methods

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