maxHealth : number
The Game Objects maximum health value. This works in combination with the heal
method to ensure
the health value never exceeds the maximum.
- Inherited From
- Default Value
- 100
- Source code: gameobjects/components/Health.js (Line 35)
Please login to continue.