Version 3.3.0.1

IndentAttributeDrawer class

Namespace: Sirenix.OdinInspector.Editor.Drawers
Assembly: Sirenix.OdinInspector.Editor
[DrawerPriority(0.5, 0, 0)]
public sealed class IndentAttributeDrawer : OdinAttributeDrawer<IndentAttribute>
Draws properties marked with IndentAttribute.
Inheritance
See Also

Constructors

IndentAttributeDrawer()
public IndentAttributeDrawer()

Methods

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

Extension Methods