FruitBlocksContentTests Constructor 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 Constructor()
Examples

[Test, CloseAfterFirstFrame]
public void Constructor()
{
    var content = new FruitBlocksContent();
    Assert.AreEqual("FruitBlocks_", content.Prefix);
    Assert.IsTrue(content.AreFiveBrickBlocksAllowed);
    Assert.IsTrue(content.DoBricksSplitInHalfWhenRowFull);
}
See Also