Version 3.3.0.1

DelayedAttributeCharDrawer class

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

Constructors

DelayedAttributeCharDrawer()
public DelayedAttributeCharDrawer()

Methods

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

Extension Methods