Click or drag to resize
GLUtilsGLDrawGrid Method
Draws a two-dimensional unit grid with the specified size.

Namespace: Slash.Unity.Common.Utils
Assembly: Slash.Unity.Common (in Slash.Unity.Common.dll) Version: 1.0.6018.40182
Syntax
public static void GLDrawGrid(
	Vector3 gridOrigin,
	Vector2 gridSize
)

Parameters

gridOrigin
Type: Vector3
Corner of the grid.
gridSize
Type: Vector2
Number of rows and columns of the grid.
See Also