Class CustomPanelEditorAttribute
Specifies the types allowed for a custom implementation of PanelEditor.
Namespace: Evergine.Editor.Extension.Attributes
Assembly: Evergine.Editor.Extension.dll
Syntax
[AttributeUsage(AttributeTargets.Class|AttributeTargets.Struct|AttributeTargets.Interface, AllowMultiple = true)]
public class CustomPanelEditorAttribute : Attribute
Constructors
CustomPanelEditorAttribute(Type)
Initializes a new instance of the CustomPanelEditorAttribute class.
Declaration
public CustomPanelEditorAttribute(Type type)
Parameters
Type | Name | Description |
---|---|---|
Type | type | The type. |
Properties
Type
Gets the type.
Declaration
public Type Type { get; }
Property Value
Type | Description |
---|---|
Type |