Version 3.3.0.2

DrawWithVisualElementsAttributeDrawer<T> class

Namespace: Sirenix.OdinInspector.Editor.Internal.UIToolkitIntegration
Assembly: Sirenix.OdinInspector.Editor
public class DrawWithVisualElementsAttributeDrawer<T> : OdinAttributeDrawer<DrawWithVisualElementsAttribute, T>, IDisposable, IUnityPropertyFieldDrawer
Inheritance

Type Parameters

T

Constructors

DrawWithVisualElementsAttributeDrawer()
public DrawWithVisualElementsAttributeDrawer()

Properties

WillDrawPropertyField
public bool WillDrawPropertyField { get; }

Methods

CanDrawAttributeValueProperty(InspectorProperty)
protected override bool CanDrawAttributeValueProperty(InspectorProperty property)
Parameters
InspectorProperty property

Returns
System.Boolean

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

Initialize()
protected override void Initialize()
Extension Methods