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