MeshlessGridManagerRotateGrid Method |
Called when the current grid is to be rotated
Namespace:
BrydenWoodUnity.Grid
Assembly:
Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntaxpublic void RotateGrid(
float angle
)
Public Sub RotateGrid (
angle As Single
)
public:
void RotateGrid(
float angle
)
member RotateGrid :
angle : float32 -> unit
Parameters
- angle
- Type: SystemSingle
The angle to rotate the current grid
See Also