Table of Contents

Class TextureResources

Namespace
Bonsai.Shaders
Assembly
Bonsai.Shaders.dll

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

TextureConfigurationCollection

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.