Version 3.3.0.1

DelayedAttributeStringDrawer class

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

Constructors

DelayedAttributeStringDrawer()
public DelayedAttributeStringDrawer()

Methods

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

Extension Methods