Version 3.2.0.0

DrawWithUnityAttributeDrawer<T> class

Namespace: Sirenix.OdinInspector.Editor
Assembly: Sirenix.OdinInspector.Editor
[DrawerPriority(0, 0, 6000)]
public class DrawWithUnityAttributeDrawer<T> : OdinAttributeDrawer<DrawWithUnityAttribute, T>
Draws properties marked with DrawWithUnityAttribute.
Inheritance
See Also

Type Parameters

T

Constructors

DrawWithUnityAttributeDrawer()
public DrawWithUnityAttributeDrawer()

Methods

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

Extension Methods