Search Results for

    Show / Hide Table of Contents

    Class CustomPanelEditorAttribute

    Specifies the types allowed for a custom implementation of PanelEditor.

    Inheritance
    object
    Attribute
    CustomPanelEditorAttribute
    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

    Extension Methods

    ReflectionHelper.GetMemberAssembly(object)
    ReflectionHelper.GetTypeName(object)
    In this article
    Back to top
    Generated by DocFX