Function CommandBuilder.CrossXY

CrossXY (float3 position, Color color)

Draws a cross in the XY plane.

Public
CrossXY (float3 position, float size, Color color)

Draws a cross in the XY plane.

Public
CrossXY (float3 position, float size=1)

Draws a cross in the XY plane.

Public