Namespace: TinyPlatformer
Assembly: TinyPlatformer (in TinyPlatformer.exe) Version: 1.1.1.0 (1.1.1)
Tests: TinyPlatformer.Tests.ActorTests
1 unit tests call TinyPlatformer.Actor.MaxVelocityX
Assembly: TinyPlatformer (in TinyPlatformer.exe) Version: 1.1.1.0 (1.1.1)
Syntax
Property Value
Type: SingleRemarks
Examples
[Test, CloseAfterFirstFrame] public void CheckMaxVelocityX() { Assert.AreEqual(10 * Map.Meter, monster.MaxVelocityX); Assert.AreEqual(15 * Map.Meter, player.MaxVelocityX); }
See Also