Click or drag to resize

MeshlessGridPlaceCluster Method (Vector3, GameObject)

Places a cluster on the grid

Namespace:  BrydenWoodUnity.Grid
Assembly:  Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax
public void PlaceCluster(
	Vector3 position,
	GameObject cluster
)

Parameters

position
Type: Vector3

[Missing <param name="position"/> documentation for "M:BrydenWoodUnity.Grid.MeshlessGrid.PlaceCluster(UnityEngine.Vector3,UnityEngine.GameObject)"]

cluster
Type: GameObject

[Missing <param name="cluster"/> documentation for "M:BrydenWoodUnity.Grid.MeshlessGrid.PlaceCluster(UnityEngine.Vector3,UnityEngine.GameObject)"]

See Also