BrickTests Constants Method Delta Engine Documentation

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

public void Constants()
Examples

[Test, CloseAfterFirstFrame]
public void Constants()
{
    Assert.AreEqual(new Vector2D(0.38f, 0.385f), Brick.OffsetLandscape);
    Assert.AreEqual(0.02f, Brick.ZoomLandscape);
}
See Also