◆
DrawArc()
static void DrawArc
(
float
degrees
,
float
radius
,
int
segments
,
Vector3
pos
,
Quaternion
orient
,
Color
c
)
static
Parameters
degrees
agrees arc curves through
radius
radius of arc
segments
number of straight line segments to make the arc out of.
pos
location to draw the arc
orient
orientation of the arc, when drawn.
c
color the arc should be drawn
EyE
EditorUnity
Extensions
GizmoExtensions