Version 3.3.0.1

DrawWithUnityBaseDrawer<T> class

Namespace: Sirenix.OdinInspector.Editor.Drawers
Assembly: Sirenix.OdinInspector.Editor
public abstract class DrawWithUnityBaseDrawer<T> : OdinValueDrawer<T>
Base class to derive from for value drawers that merely wish to cause a value to be drawn by Unity.
Inheritance

Type Parameters

T

Constructors

DrawWithUnityBaseDrawer()
protected DrawWithUnityBaseDrawer()

Methods

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

Extension Methods