Version 3.3.0.1

FixUnityNullDrawer<T> class

Namespace: Sirenix.OdinInspector.Editor.Drawers
Assembly: Sirenix.OdinInspector.Editor
[DrawerPriority(10, 0, 0)]
public sealed class FixUnityNullDrawer<T> : OdinValueDrawer<T> where T : class
Inheritance

Type Parameters

T

Constructors

FixUnityNullDrawer()
public FixUnityNullDrawer()

Methods

CanDrawTypeFilter(Type)
public override bool CanDrawTypeFilter(Type type)
Parameters
System.Type type

Returns
System.Boolean

DrawPropertyLayout(GUIContent)
protected override void DrawPropertyLayout(GUIContent label)
Parameters
UnityEngine.GUIContent label

Extension Methods