Class TerribleHealthBarScript
Inheritance
object
TerribleHealthBarScript
Assembly: cs.temp.dll.dll
Syntax
public class TerribleHealthBarScript : MonoBehaviour
Fields
actualHealthVisual
Declaration
public GameObject actualHealthVisual
Field Value
| Type |
Description |
| GameObject |
|
deathVisual
Declaration
public GameObject deathVisual
Field Value
| Type |
Description |
| GameObject |
|
fullDeathColor
Declaration
public Color fullDeathColor
Field Value
fullHealthColor
Declaration
public Color fullHealthColor
Field Value
healthVisual
Declaration
public GameObject healthVisual
Field Value
| Type |
Description |
| GameObject |
|
player
Declaration
Field Value
| Type |
Description |
| GameObject |
|
smoothSpeed
Declaration
Field Value
subtractionColor
Declaration
public Color subtractionColor
Field Value
text
Declaration
public TextMeshProUGUI text
Field Value
| Type |
Description |
| TextMeshProUGUI |
|
Methods
SetPlayer(GameObject)
Declaration
public void SetPlayer(GameObject player)
Parameters
| Type |
Name |
Description |
| GameObject |
player |
|