◆
DrawCylinder()
static void DrawCylinder
(
float
length
,
float
radius
,
int
segments
,
Vector3
pos
,
Quaternion
orient
,
Color
c
)
static
Parameters
length
length of cylinder
radius
radius of cylinder
segments
number of flat faces on the sides of the cylinder
pos
position to draw cylinder
orient
orientation to draw cylinder
c
color to draw cylinder
EyE
EditorUnity
Extensions
GizmoExtensions