Table of Contents

Class SceneConfigurationCollection

Namespace
Bonsai.Shaders.Rendering
Assembly
Bonsai.Shaders.Rendering.dll

Represents a collection of scene configuration objects.

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

Methods

GetKeyForItem(SceneConfiguration)

Returns the key for the specified configuration object.

protected override string GetKeyForItem(SceneConfiguration item)

Parameters

item SceneConfiguration

The configuration object from which to extract the key.

Returns

string

The key for the specified configuration object.