Property | Type | Description | |
---|---|---|---|
m_attackTex | |||
m_buttonStyle | GUIStyle | ||
m_endTex | |||
m_movementTex | |||
m_tooltipStyle | GUIStyle |
Method | Description | |
---|---|---|
DisableGUI ( ) : void | ||
EnableGUI ( ) : void | ||
Initialise ( int hp, int max ) : void | ||
OnGUI ( ) : void | ||
OnHealthLostBy ( int amt ) : void | ||
UpdateButtonStatus ( bool hasMoved, bool hasAttacked ) : void |
Method | Description | |
---|---|---|
DisplayFloatingText ( string msg ) : void |
public UpdateButtonStatus ( bool hasMoved, bool hasAttacked ) : void | ||
hasMoved | bool | |
hasAttacked | bool | |
return | void |
public Texture2D,UnityEngine m_attackTex | ||
return |
public Texture2D,UnityEngine m_movementTex | ||
return |