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

파라미터

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

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.