MeshlessGridRotateCluster Method |
Rotates a cluster around itself
Namespace:
BrydenWoodUnity.Grid
Assembly:
Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntaxpublic void RotateCluster(
float angle
)
Public Sub RotateCluster (
angle As Single
)
public:
void RotateCluster(
float angle
)
member RotateCluster :
angle : float32 -> unit
Parameters
- angle
- Type: SystemSingle
[Missing <param name="angle"/> documentation for "M:BrydenWoodUnity.Grid.MeshlessGrid.RotateCluster(System.Single)"]
See Also