Version 3.3.0.1

DelayedPropertyAttributeStringDrawer class

Namespace: Sirenix.OdinInspector.Editor.Drawers
Assembly: Sirenix.OdinInspector.Editor
public sealed class DelayedPropertyAttributeStringDrawer : OdinAttributeDrawer<DelayedPropertyAttribute, string>
Draws string properties marked with DelayedPropertyAttribute.
Inheritance

Constructors

DelayedPropertyAttributeStringDrawer()
public DelayedPropertyAttributeStringDrawer()

Methods

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

Extension Methods