ActorTests CheckMaxAcceleration Method Delta Engine Documentation

Namespace: TinyPlatformer.Tests
Assembly: TinyPlatformer.Tests (in TinyPlatformer.Tests.dll) Version: 1.1.1.0 (1.1.1)
Syntax

public void CheckMaxAcceleration()
Examples

[Test]
public void CheckMaxAcceleration()
{
    Assert.AreEqual(player.MaxVelocityX / Actor.AccelerationFactor, player.maxAcceleration);
}
See Also