public static void DrawWireDisc (Vector3 center, Vector3 normal, float radius);

파라미터

centerThe center of the dics.
normalThe normal of the disc.
radiusThe radius of the dics

Note: Use HandleUtility.GetHandleSize where you might want to have constant screen-sized handles.

설명

Draw the outline of a flat disc in 3D space.


Wire Disc in the Scene View.