Class TextureResources
Represents an operator that creates a collection of texture resources to be loaded into the resource manager.
public class TextureResources : ResourceLoader
- Inheritance
-
TextureResources
- Inherited Members
Properties
Textures
Gets the collection of texture resources to be loaded into the resource manager.
public TextureConfigurationCollection Textures { get; }
Property Value
Methods
GetResources()
Returns the set of resources to be loaded into the resource manager.
protected override IEnumerable<IResourceConfiguration> GetResources()
Returns
- IEnumerable<IResourceConfiguration>
A collection of IResourceConfiguration objects to be loaded into the resource manager.