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
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
The ContentLoaderResolver type exposes the following members.
Methods
Name | Description | |
---|---|---|
MakeSureResolverIsInitializedAndContentIsReady | ||
Resolve(Type, ContentCreationData) | ||
Resolve(Type, String) | ||
ResolveContentLoader |
See Also