SuperBehaviour SuperBehaviour
SuperBehaviour SuperBehaviour
v0.1.2 [Beta]

Search Results for

    Class CustomSuperPropertyDrawerAttribute

    Namespace
    LoM.Super.Editor
    Assembly
    LoM.Super.dll

    Attribute to specify a custom SuperPropertyDrawer for a field or property.

    [AttributeUsage(AttributeTargets.Class, Inherited = true, AllowMultiple = true)]
    public class CustomSuperPropertyDrawerAttribute : Attribute
    Inheritance
    object
    Attribute
    CustomSuperPropertyDrawerAttribute

    Constructors

    CustomSuperPropertyDrawerAttribute(Type)

    Attribute to specify a custom SuperPropertyDrawer for a field or property.

    public CustomSuperPropertyDrawerAttribute(Type type)

    Parameters

    type Type

    The type of the SuperPropertyDrawer.

    CustomSuperPropertyDrawerAttribute(Type, nint)

    Attribute to specify a custom SuperPropertyDrawer for a field or property.

    public CustomSuperPropertyDrawerAttribute(Type type, nint order)

    Parameters

    type Type

    The type of the SuperPropertyDrawer.

    order nint

    The order of the SuperPropertyDrawer.

    Properties

    Order

    public nint Order { get; }

    Property Value

    nint

    Type

    public Type Type { get; }

    Property Value

    Type
    © Lords of Mahlstrom Gaming, all rights reserved.