TiledLib.Camera.Shake C# (CSharp) Method

Shake() public method

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