Function CommandBuilder2D.WirePill

WirePill (float2 a, float2 b, float radius)

Draws a wire pill in 2D.

Public
WirePill (float2 a, float2 b, float radius, Color color)

Draws a wire pill in 2D.

Public
WirePill (float2 position, float2 direction, float length, float radius)

Draws a wire pill in 2D.

Public
WirePill (float2 position, float2 direction, float length, float radius, Color color)

Draws a wire pill in 2D.

Public