Function CommandBuilder.WireCylinder

WireCylinder (float3 bottom, float3 top, float radius)

Draws a cylinder.

Public
WireCylinder (float3 bottom, float3 top, float radius, Color color)

Draws a cylinder.

Public
WireCylinder (float3 position, float3 up, float height, float radius)

Draws a cylinder.

Public
WireCylinder (float3 position, float3 up, float height, float radius, Color color)

Draws a cylinder.

Public