BlocksContentTests LoadContentWithNoPrefixSet 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 LoadContentWithNoPrefixSet()
Examples

[Test, CloseAfterFirstFrame]
public void LoadContentWithNoPrefixSet()
{
    var material = new Material(ShaderFlags.Position2DColoredTextured, "FruitBlocks_Block1");
    Assert.IsNotNull(material.DiffuseMap);
}
See Also