Class LifeDisplayManager
Inheritance
object
LifeDisplayManager
Namespace: Game
Assembly: cs.temp.dll.dll
Syntax
public class LifeDisplayManager : MonoBehaviour
Fields
lifeDisplays
Declaration
public Dictionary<Damageable, List<GameObject>> lifeDisplays
Field Value
| Type |
Description |
| Dictionary<, ><Damageable, List<><GameObject>> |
|
lifePrefab
Declaration
public GameObject lifePrefab
Field Value
| Type |
Description |
| GameObject |
|
playerPrefab
Declaration
public GameObject playerPrefab
Field Value
| Type |
Description |
| GameObject |
|
players
Declaration
public GameObject players
Field Value
| Type |
Description |
| GameObject |
|
Methods
HideLifeDisplay()
Declaration
public void HideLifeDisplay()