| Namespace: | Sirenix.OdinInspector.Editor.Drawers |
| Assembly: | Sirenix.OdinInspector.Editor |
[DrawerPriority(0.5, 0, 0)]
[AllowGUIEnabledForReadonly]
public sealed class PrimitiveValueConflictDrawer<T> : OdinValueDrawer<T>, IDefinesGenericMenuItems
public PrimitiveValueConflictDrawer()
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 |