Version 3.3.0.1

InlineEditorAttributeDrawer<T> class

Namespace: Sirenix.OdinInspector.Editor.Drawers
Assembly: Sirenix.OdinInspector.Editor
[DrawerPriority(0, 0, 3000)]
public class InlineEditorAttributeDrawer<T> : OdinAttributeDrawer<InlineEditorAttribute, T>, IDisposable where T : Object
Draws properties marked with InlineEditorAttribute.
Inheritance

Type Parameters

T

Constructors

InlineEditorAttributeDrawer()
public InlineEditorAttributeDrawer()

Fields

IsGameObject
public static readonly bool IsGameObject

Methods

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

The label.

Initialize()
Initializes this instance.
protected override void Initialize()
Extension Methods