Namespace: | Sirenix.OdinInspector.Editor.Drawers |
Assembly: | Sirenix.OdinInspector.Editor |
[AllowGUIEnabledForReadonly]
[DrawerPriority(90, 0, 0)]
public sealed class ReferenceDrawer<T> : OdinValueDrawer<T> where T : class
public ReferenceDrawer()
public override bool CanDrawTypeFilter(Type type)
System.Type | type |
System.Boolean |
protected override bool CanDrawValueProperty(InspectorProperty property)
InspectorProperty | property |
System.Boolean |
protected override void DrawPropertyLayout(GUIContent label)
UnityEngine.GUIContent | label |
protected override void Initialize()