Namespace: | Sirenix.OdinInspector.Editor.Drawers |
Assembly: | Sirenix.OdinInspector.Editor |
[DrawerPriority(1, 0, 0)]
public class NonSerializedShowInInspectorWarningAttributeDrawer : OdinAttributeDrawer<ShowInInspectorAttribute>
public NonSerializedShowInInspectorWarningAttributeDrawer()
protected override bool CanDrawAttributeProperty(InspectorProperty property)
InspectorProperty | property | The property to test. |
System.Boolean |
|
protected override void DrawPropertyLayout(GUIContent label)
UnityEngine.GUIContent | label | The label for the property. |
protected override void Initialize()