Version 3.3.0.1

SpaceAttributeDrawer class

Namespace: Sirenix.OdinInspector.Editor.Drawers
Assembly: Sirenix.OdinInspector.Editor
[DrawerPriority(2, 0, 0)]
public sealed class SpaceAttributeDrawer : OdinAttributeDrawer<SpaceAttribute>
Draws properties marked with UnityEngine.SpaceAttribute.
Inheritance
See Also
  • UnityEngine.SpaceAttribute

Constructors

SpaceAttributeDrawer()
public SpaceAttributeDrawer()

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