FloorDisplay.UpdateFloor Method

MyDungeon

FloorDisplayUpdateFloor Method

Updates the floor displayed in the HUD and adds padding if the floor is less than 3 digits

Namespace:  MyDungeon.UI.Hud
Assembly:  Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax
C#
public virtual void UpdateFloor(
	int floor
)

Parameters

floor
Type: SystemInt32
The new floor value
See Also