Table of Contents

Field scale

Namespace
Gamelogic.Grids2
Assembly
Gamelogic.Grids2.dll

The scaling factor to apply to the mesh to get it to "standard" scale. Standard scale for 1 square cell is 1 by 1 unit. If your mesh is 2by2 units, you can use a scale of 0.5 to get correct results.

public float scale

Returns

float
The scaling factor to apply to the mesh to get it to "standard" scale. Standard scale for 1 square cell is 1 by 1 unit. If your mesh is 2by2 units, you can use a scale of 0.5 to get correct results.