Table of Contents

Class ShaderConfigurationCollection

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

Represents a collection of shader configuration objects.

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

Methods

GetKeyForItem(ShaderConfiguration)

Returns the key for the specified configuration object.

protected override string GetKeyForItem(ShaderConfiguration item)

Parameters

item ShaderConfiguration

The configuration object from which to extract the key.

Returns

string

The key for the specified configuration object.