Class HealthBarManager
This class manages the health bars for all players in the game. It creates, updates, and removes health bars as needed.
Inheritance
object
HealthBarManager
Namespace: Game
Assembly: cs.temp.dll.dll
Syntax
public class HealthBarManager : MonoBehaviour
Fields
healthBarPrefab
The template used to create new health bars.
Declaration
public GameObject healthBarPrefab
Field Value
| Type | Description |
|---|---|
| GameObject |