Version 3.3.0.1

AssetSelectorAttributeDrawer<T> class

Namespace: Sirenix.OdinInspector.Editor.Drawers
Assembly: Sirenix.OdinInspector.Editor
[DrawerPriority(0, 0, 2002)]
public sealed class AssetSelectorAttributeDrawer<T> : OdinAttributeDrawer<AssetSelectorAttribute, T>
Inheritance

Type Parameters

T

Constructors

AssetSelectorAttributeDrawer()
public AssetSelectorAttributeDrawer()

Methods

DrawPropertyLayout(GUIContent)
Draws the property with GUILayout support. This method is called by DrawPropertyImplementation if the GUICallType is set to GUILayout, which is the default.
protected override void DrawPropertyLayout(GUIContent label)
Parameters
UnityEngine.GUIContent label

Initialize()
Initializes this instance.
protected override void Initialize()
Extension Methods