MetaDataCreatorTests TryCreatingAnimationFromFiles Method Delta Engine Documentation

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

public void TryCreatingAnimationFromFiles()
Examples

[Test, Ignore]
public void TryCreatingAnimationFromFiles()
{
    File.Delete(Path.Combine("Content", "ContentMetaData.xml"));
    ContentLoader.Use<DiskContentLoader>();
    Assert.IsTrue(ContentLoader.Exists("ImageAnimation", ContentType.ImageAnimation));
}
See Also