Namespace: | Sirenix.OdinInspector.Editor |
Assembly: | Sirenix.OdinInspector.Editor |
[DrawerPriority(0, 0, 0.4999)]
[OdinDontRegister]
public sealed class AbstractTypeUnityPropertyDrawer<TDrawer, TDrawnType, T> : OdinValueDrawer<T>, IDisposable, IUnityPropertyFieldDrawer where TDrawer : PropertyDrawer, new()
where T : TDrawnType
public AbstractTypeUnityPropertyDrawer()
public bool WillDrawPropertyField { get; }
public void Dispose()
protected override void DrawPropertyLayout(GUIContent label)
UnityEngine.GUIContent | label |