Version 3.2.0.0

UnityPropertyAttributeDrawer<TDrawer, TAttribute, TAttributeConstraint> class

Namespace: Sirenix.OdinInspector.Editor
Assembly: Sirenix.OdinInspector.Editor
[DrawerPriority(0, 0, 999.5)]
[OdinDontRegister]
public sealed class UnityPropertyAttributeDrawer<TDrawer, TAttribute, TAttributeConstraint> : OdinAttributeDrawer<TAttribute> where TDrawer : PropertyDrawer, new()
    where TAttribute : TAttributeConstraint where TAttributeConstraint : PropertyAttribute
Unity property attribute drawer.
Inheritance

Type Parameters

TDrawer

TAttribute

TAttributeConstraint

Constructors

UnityPropertyAttributeDrawer()
Initializes the drawer.
public UnityPropertyAttributeDrawer()

Methods

DrawPropertyLayout(GUIContent)
Draws the proprety.
protected override void DrawPropertyLayout(GUIContent label)
Parameters
UnityEngine.GUIContent label

Initialize()
protected override void Initialize()
Extension Methods