Class CustomSuperPropertyDrawerAttribute
Attribute to specify a custom SuperPropertyDrawer for a field or property.
[AttributeUsage(AttributeTargets.Class, Inherited = true, AllowMultiple = true)]
public class CustomSuperPropertyDrawerAttribute : Attribute
- Inheritance
-
CustomSuperPropertyDrawerAttribute
Constructors
CustomSuperPropertyDrawerAttribute(Type)
Attribute to specify a custom SuperPropertyDrawer for a field or property.
public CustomSuperPropertyDrawerAttribute(Type type)
Parameters
type
TypeThe 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
Properties
Order
public nint Order { get; }
Property Value
Type
public Type Type { get; }