TiledLib.Camera.Shake C# (CSharp) Метод

Shake() публичный Метод

public Shake ( double time, float amount ) : void
time double
amount float
Результат void
        public void Shake(double time, float amount)
        {
            shakeTime = time;
            shakeAmount = amount;
        }