Version: 2020.1
언어: 한국어
public static void DrawSolidDisc (Vector3 center, Vector3 normal, float radius);

파라미터

center The center of the dics.
normal The normal of the disc.
radius The radius of the dics

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

설명

Draw a solid flat disc in 3D space.


Solid Disc in the Scene View.