Version 3.3.0.1

ValueDropdownAttributeDrawer class

Namespace: Sirenix.OdinInspector.Editor.Drawers
Assembly: Sirenix.OdinInspector.Editor
[DrawerPriority(0, 0, 2002)]
public sealed class ValueDropdownAttributeDrawer : OdinAttributeDrawer<ValueDropdownAttribute>
Draws properties marked with ValueDropdownAttribute.
Inheritance

Constructors

ValueDropdownAttributeDrawer()
public ValueDropdownAttributeDrawer()

Methods

DrawPropertyLayout(GUIContent)
Draws the property with GUILayout support. This method is called by DrawPropertyImplementation if the GUICallType is set to GUILayout, which is the default.
protected override void DrawPropertyLayout(GUIContent label)
Parameters
UnityEngine.GUIContent label

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