TiledLib.Camera.Shake C# (CSharp) Méthode

Shake() public méthode

public Shake ( double time, float amount ) : void
time double
amount float
Résultat void
        public void Shake(double time, float amount)
        {
            shakeTime = time;
            shakeAmount = amount;
        }