Namespace: Blocks.Tests
Assembly: Blocks.Tests (in Blocks.Tests.dll) Version: 1.1.1.0 (1.1.1)
Assembly: Blocks.Tests (in Blocks.Tests.dll) Version: 1.1.1.0 (1.1.1)
Syntax
Examples
[Test, CloseAfterFirstFrame] public void Constants() { Assert.AreEqual(new Vector2D(0.38f, 0.385f), Brick.OffsetLandscape); Assert.AreEqual(0.02f, Brick.ZoomLandscape); }
See Also