Version 3.3.0.1

PropertySpaceAttributeDrawer class

Namespace: Sirenix.OdinInspector.Editor.Drawers
Assembly: Sirenix.OdinInspector.Editor
[DrawerPriority(2, 0, 0)]
public sealed class PropertySpaceAttributeDrawer : OdinAttributeDrawer<PropertySpaceAttribute>
Draws a space for properties marked with the PropertySpace attribute.
Inheritance

Constructors

PropertySpaceAttributeDrawer()
public PropertySpaceAttributeDrawer()

Methods

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

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