Exemple #1
0
    void Awake()
    {
        fadeDelayInstruction = new WaitForSeconds(fadeDelay);

        parent.AddSelectedListener(ActivateForcemode);
        parent.AddDeselectedListener(DeactivateForcemode);
        parent.AddHealthChangedListener(UpdateHealth);
        parent.AddMaxHealthChangedListener(UpdateMaxHealth);

        fillBarColor       = fillBar.color;
        maxFillAlpha       = fillBar.color.a;
        backgroundBarColor = backgroundBar.color;
        maxBackgroundAlpha = backgroundBar.color.a;
    }