MaterialTests LoadSimpleMaterial Method Delta Engine Documentation

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

public void LoadSimpleMaterial()
Examples

[Test, CloseAfterFirstFrame]
public void LoadSimpleMaterial()
{
    Assert.IsNotNull(ContentLoader.Load<Material>("Earth"));
}
See Also