| Namespace: | Sirenix.OdinInspector.Editor.Drawers |
| Assembly: | Sirenix.OdinInspector.Editor |
[DrawerPriority(10, 0, 0)]
public sealed class FixUnityNullDrawer<T> : OdinValueDrawer<T> where T : class
public FixUnityNullDrawer()
public override bool CanDrawTypeFilter(Type type)
| System.Type | type |
| System.Boolean |
protected override void DrawPropertyLayout(GUIContent label)
| UnityEngine.GUIContent | label |