Click or drag to resize

FloorElementSetValues Method

[Missing <summary> documentation for "M:BrydenWoodUnity.UIElements.FloorElement.SetValues(System.Collections.Generic.List{System.Int32},System.Single)"]

Namespace:  BrydenWoodUnity.UIElements
Assembly:  Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax
public void SetValues(
	List<int> levels,
	float floorHeight
)

Parameters

levels
Type: System.Collections.GenericListInt32

[Missing <param name="levels"/> documentation for "M:BrydenWoodUnity.UIElements.FloorElement.SetValues(System.Collections.Generic.List{System.Int32},System.Single)"]

floorHeight
Type: SystemSingle

[Missing <param name="floorHeight"/> documentation for "M:BrydenWoodUnity.UIElements.FloorElement.SetValues(System.Collections.Generic.List{System.Int32},System.Single)"]

See Also