Version 3.3.0.2

OldNullableReferenceDrawer<T> class

Namespace: Sirenix.OdinInspector.Editor.Drawers
Assembly: Sirenix.OdinInspector.Editor
[AllowGUIEnabledForReadonly]
[DrawerPriority(0, 0, 2000)]
public class OldNullableReferenceDrawer<T> : OdinValueDrawer<T>
Draws all nullable reference types, with an object field.
Inheritance
Remarks

Type Parameters

T

Constructors

OldNullableReferenceDrawer()
public OldNullableReferenceDrawer()

Methods

CanDrawValueProperty(InspectorProperty)
Returns a value that indicates if this drawer can be used for the given property.
protected override bool CanDrawValueProperty(InspectorProperty property)
Parameters
InspectorProperty property

Returns
System.Boolean

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

Initialize()
protected override void Initialize()
Extension Methods