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

Parámetros

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.

Descripción

Draw a solid flat disc in 3D space.


Solid Disc in the Scene View.