Search Results for

    Show / Hide Table of Contents

    Class TerribleHealthBarScript

    Inheritance
    object
    TerribleHealthBarScript
    Namespace: Game
    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
    Type Description
    Color

    fullHealthColor

    Declaration
    public Color fullHealthColor
    Field Value
    Type Description
    Color

    healthVisual

    Declaration
    public GameObject healthVisual
    Field Value
    Type Description
    GameObject

    player

    Declaration
    public GameObject player
    Field Value
    Type Description
    GameObject

    smoothSpeed

    Declaration
    public float smoothSpeed
    Field Value
    Type Description
    float

    subtractionColor

    Declaration
    public Color subtractionColor
    Field Value
    Type Description
    Color

    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
    In This Article
    Back to top Example Unity documentation footer