ActorTests CheckInitialTreasureDesiredMovement 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 CheckInitialTreasureDesiredMovement()
Examples

[Test]
public void CheckInitialTreasureDesiredMovement()
{
    Assert.IsFalse(treasure.WantsToGoLeft);
    Assert.IsFalse(treasure.WantsToGoRight);
    Assert.IsFalse(treasure.WantsToJump);
}
See Also