LevelDisplay.UpdateLevel Method

MyDungeon

LevelDisplayUpdateLevel Method

Updates the level displayed in the HUD and adds padding if the level 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 UpdateLevel(
	int level
)

Parameters

level
Type: SystemInt32
The new level value
See Also