MapTests CheckMapSize 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 CheckMapSize()
Examples

[Test, CloseAfterFirstFrame]
public void CheckMapSize()
{
    Assert.AreEqual(8, map.width);
    Assert.AreEqual(6, map.height);
}
See Also