TopDown Engine  v3.6
MoreMountains.TopDownEngine.GrasslandHUD Class Reference
Inheritance diagram for MoreMountains.TopDownEngine.GrasslandHUD:
MoreMountains.TopDownEngine.TopDownMonoBehaviour MoreMountains.Tools.MMEventListener< TopDownEngineEvent > MoreMountains.Tools.MMMonoBehaviour

Public Member Functions

virtual void OnMMEvent (TopDownEngineEvent tdEvent)
 
- Public Member Functions inherited from MoreMountains.Tools.MMEventListener< TopDownEngineEvent >
void OnMMEvent (T eventType)
 

Public Attributes

string PlayerID = "Player1"
 The playerID associated to this HUD. More...
 
MMProgressBar HealthBar
 the progress bar to use to show the healthbar More...
 
Text PlayerName
 the Text comp to use to display the player name More...
 
MMRadialProgressBar AvatarBar
 the radial progress bar to put around the avatar More...
 
Text CoinCounter
 the counter used to display coin amounts More...
 
CanvasGroup DeadMask
 the mask to use when the target player dies More...
 
CanvasGroup WinnerScreen
 the screen to display if the target player wins More...
 

Protected Member Functions

virtual void Start ()
 
virtual void OnEnable ()
 OnDisable, we start listening to events. More...
 
virtual void OnDisable ()
 OnDisable, we stop listening to events. More...
 

Member Function Documentation

◆ OnDisable()

virtual void MoreMountains.TopDownEngine.GrasslandHUD.OnDisable ( )
protectedvirtual

OnDisable, we stop listening to events.

◆ OnEnable()

virtual void MoreMountains.TopDownEngine.GrasslandHUD.OnEnable ( )
protectedvirtual

OnDisable, we start listening to events.

◆ OnMMEvent()

virtual void MoreMountains.TopDownEngine.GrasslandHUD.OnMMEvent ( TopDownEngineEvent  tdEvent)
virtual

◆ Start()

virtual void MoreMountains.TopDownEngine.GrasslandHUD.Start ( )
protectedvirtual

Member Data Documentation

◆ AvatarBar

MMRadialProgressBar MoreMountains.TopDownEngine.GrasslandHUD.AvatarBar

the radial progress bar to put around the avatar

◆ CoinCounter

Text MoreMountains.TopDownEngine.GrasslandHUD.CoinCounter

the counter used to display coin amounts

◆ DeadMask

CanvasGroup MoreMountains.TopDownEngine.GrasslandHUD.DeadMask

the mask to use when the target player dies

◆ HealthBar

MMProgressBar MoreMountains.TopDownEngine.GrasslandHUD.HealthBar

the progress bar to use to show the healthbar

◆ PlayerID

string MoreMountains.TopDownEngine.GrasslandHUD.PlayerID = "Player1"

The playerID associated to this HUD.

◆ PlayerName

Text MoreMountains.TopDownEngine.GrasslandHUD.PlayerName

the Text comp to use to display the player name

◆ WinnerScreen

CanvasGroup MoreMountains.TopDownEngine.GrasslandHUD.WinnerScreen

the screen to display if the target player wins


The documentation for this class was generated from the following file: