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.