Function Draw.CrossXY

CrossXY (float3 position, Color color)

Draws a cross in the XY plane.

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

Draws a cross in the XY plane.

Public Static
CrossXY (float3 position, float size=1)

Draws a cross in the XY plane.

Public Static