Version 3.2.0.0

TableListAttributeDrawer class

Namespace: Sirenix.OdinInspector.Editor.Drawers
Assembly: Sirenix.OdinInspector.Editor
public class TableListAttributeDrawer : OdinAttributeDrawer<TableListAttribute>
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

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