Version 3.3.0.1

NullableDrawer<T> class

Namespace: Sirenix.OdinInspector.Editor.Drawers
Assembly: Sirenix.OdinInspector.Editor
public sealed class NullableDrawer<T> : OdinValueDrawer<T? >, IDisposable, IDefinesGenericMenuItems where T : struct
Property drawer for nullables.
Inheritance

Type Parameters

T

Constructors

NullableDrawer()
public NullableDrawer()

Methods

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

Initialize()
protected override void Initialize()
Extension Methods