void Draw | ( | Vector3 | center, |
float | cellSizeX, | ||
float | cellSizeY, | ||
float | cellSizeZ, | ||
int | cellCountX, | ||
int | cellCountY, | ||
int | cellCountZ | ||
) |
Displays the gizmo in the scene view.
center | The center of the grid in world coordinates. |
cellSizeX | The cell size for the x-axis. |
cellSizeY | The cell size for the y-axis. |
cellSizeZ | The cell size for the z-axis. |
cellCountX | The cell count for the x-axis. |
cellCountY | The cell count for the y-axis. |
cellCountZ | The cell count for the z-axis. |