Click or drag to resize

MeshlessGridSetPrefabNewPosition Method

Positions oblect on grid

Namespace:  BrydenWoodUnity.Grid
Assembly:  Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax
public void SetPrefabNewPosition(
	GameObject prefab,
	int[] coords,
	float angle
)

Parameters

prefab
Type: GameObject

[Missing <param name="prefab"/> documentation for "M:BrydenWoodUnity.Grid.MeshlessGrid.SetPrefabNewPosition(UnityEngine.GameObject,System.Int32[],System.Single)"]

coords
Type: SystemInt32

[Missing <param name="coords"/> documentation for "M:BrydenWoodUnity.Grid.MeshlessGrid.SetPrefabNewPosition(UnityEngine.GameObject,System.Int32[],System.Single)"]

angle
Type: SystemSingle

[Missing <param name="angle"/> documentation for "M:BrydenWoodUnity.Grid.MeshlessGrid.SetPrefabNewPosition(UnityEngine.GameObject,System.Int32[],System.Single)"]

See Also