Class BufferBindingConfigurationCollectionEditor
- Namespace
- Bonsai.Shaders.Configuration.Design
- Assembly
- Bonsai.Shaders.Design.dll
Provides a user interface editor that displays a dialog for editing a collection of buffer binding configuration objects.
public class BufferBindingConfigurationCollectionEditor : CollectionEditor
- Inheritance
-
BufferBindingConfigurationCollectionEditor
- Inherited Members
Constructors
BufferBindingConfigurationCollectionEditor(Type)
Initializes a new instance of the BufferBindingConfigurationCollectionEditor class using the specified collection type.
public BufferBindingConfigurationCollectionEditor(Type type)
Parameters
type
TypeThe type of the collection for this editor to edit.
Methods
CreateNewItemTypes()
Gets the available types of items that can be created for this collection.
protected override Type[] CreateNewItemTypes()
Returns
- Type[]
An array of types that this collection can contain.
GetDisplayText(object)
Retrieves the display text for the specified collection item.
protected override string GetDisplayText(object value)
Parameters
value
objectThe collection item for which to retrieve display text.
Returns
- string
The display text for the specified item value.