EyeBossManager.irisShieldAnimation C# (CSharp) Method

irisShieldAnimation() private method

private irisShieldAnimation ( float speed, float time ) : void
speed float
time float
return void
    void irisShieldAnimation(float speed, float time)
    {
        animation["Irishield"].speed = speed;
        animation["Irishield"].time = time;
        animation.Play("Irishield");
    }