Table of Contents

Class TextureConfigurationCollection

Namespace
Bonsai.Shaders.Configuration
Assembly
Bonsai.Shaders.dll

Represents a collection of texture configuration objects.

public class TextureConfigurationCollection : KeyedCollection<string, TextureConfiguration>, IList<TextureConfiguration>, ICollection<TextureConfiguration>, IList, ICollection, IReadOnlyList<TextureConfiguration>, IReadOnlyCollection<TextureConfiguration>, IEnumerable<TextureConfiguration>, IEnumerable
Inheritance
TextureConfigurationCollection
Implements
Inherited Members

Methods

GetKeyForItem(TextureConfiguration)

Returns the key for the specified configuration object.

protected override string GetKeyForItem(TextureConfiguration item)

Parameters

item TextureConfiguration

The configuration object from which to extract the key.

Returns

string

The key for the specified configuration object.