Version 3.3.0.1

DrawWithUnityAttributeDrawer<T> class

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

Type Parameters

T

Constructors

DrawWithUnityAttributeDrawer()
public DrawWithUnityAttributeDrawer()

Properties

WillDrawPropertyField
public bool WillDrawPropertyField { get; }

Methods

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

Initialize()
protected override void Initialize()
Extension Methods