Click or drag to resize

MeshlessGridSetCurrentCluster Method (Int32, DataRow, Material)

Creates cluster based on data

Namespace:  BrydenWoodUnity.Grid
Assembly:  Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax
public ProceduralCluster SetCurrentCluster(
	int i,
	DataRow row,
	Material mat
)

Parameters

i
Type: SystemInt32

[Missing <param name="i"/> documentation for "M:BrydenWoodUnity.Grid.MeshlessGrid.SetCurrentCluster(System.Int32,System.Data.DataRow,UnityEngine.Material)"]

row
Type: System.DataDataRow

[Missing <param name="row"/> documentation for "M:BrydenWoodUnity.Grid.MeshlessGrid.SetCurrentCluster(System.Int32,System.Data.DataRow,UnityEngine.Material)"]

mat
Type: Material

[Missing <param name="mat"/> documentation for "M:BrydenWoodUnity.Grid.MeshlessGrid.SetCurrentCluster(System.Int32,System.Data.DataRow,UnityEngine.Material)"]

Return Value

Type: ProceduralCluster

[Missing <returns> documentation for "M:BrydenWoodUnity.Grid.MeshlessGrid.SetCurrentCluster(System.Int32,System.Data.DataRow,UnityEngine.Material)"]

See Also