ContentLoaderResolver ClassDelta Engine Documentation
Simple factory to provide access to create content data on demand without any resolver. Once the is started it will replace this functionality. ResolverView code on GitHub
Inheritance Hierarchy

System Object
  DeltaEngine.Content ContentLoaderResolver
    DeltaEngine.Tests.Content FakeImageContentLoaderTests FakeImageResolver

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

public class ContentLoaderResolver

The ContentLoaderResolver type exposes the following members.

Methods

  NameDescription
Public methodMakeSureResolverIsInitializedAndContentIsReady
Public methodResolve(Type, ContentCreationData)
Public methodResolve(Type, String)
Public methodResolveContentLoader
Top
See Also