Function CommandBuilder2D.WireGrid

WireGrid (float2 center, int2 cells, float2 totalSize)

Draws a grid of lines.

Public
WireGrid (float2 center, int2 cells, float2 totalSize, Color color)

Draws a grid of lines.

Public
WireGrid (float3 center, int2 cells, float2 totalSize)

Draws a grid of lines.

Public
WireGrid (float3 center, int2 cells, float2 totalSize, Color color)

Draws a grid of lines.

Public