Namespace: | Sirenix.OdinInspector.Editor.Drawers |
Assembly: | Sirenix.OdinInspector.Editor |
[DrawerPriority(0, 1, 0)]
[OdinDontRegister]
public sealed class UnityDecoratorAttributeDrawer<TDrawer, TAttribute, TAttributeConstraint> : OdinAttributeDrawer<TAttribute>, IDisposable where TDrawer : DecoratorDrawer, new()
where TAttribute : TAttributeConstraint where TAttributeConstraint : PropertyAttribute
public UnityDecoratorAttributeDrawer()
public void Dispose()
protected override void DrawPropertyLayout(GUIContent label)
UnityEngine.GUIContent | label |