Version 3.3.0.1

TableListAttributeDrawer class

Namespace: Sirenix.OdinInspector.Editor.Drawers
Assembly: Sirenix.OdinInspector.Editor
public class TableListAttributeDrawer : OdinAttributeDrawer<TableListAttribute>, IDisposable
The TableList attirbute drawer.
Inheritance

Constructors

TableListAttributeDrawer()
public TableListAttributeDrawer()

Methods

CanDrawAttributeProperty(InspectorProperty)
Determines whether this instance [can draw attribute property] the specified property.
protected override bool CanDrawAttributeProperty(InspectorProperty property)
Parameters
InspectorProperty property

Returns
System.Boolean

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

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