Class StateConfigurationCollectionEditor
- Namespace
- Bonsai.Shaders.Configuration.Design
- Assembly
- Bonsai.Shaders.Design.dll
Provides a user interface editor that displays a dialog for editing a collection of render state configuration objects.
public class StateConfigurationCollectionEditor : CollectionEditor
- Inheritance
-
StateConfigurationCollectionEditor
- Inherited Members
Constructors
StateConfigurationCollectionEditor(Type)
Initializes a new instance of the StateConfigurationCollectionEditor class using the specified collection type.
public StateConfigurationCollectionEditor(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.