Namespace: | Sirenix.OdinInspector.Editor.Drawers |
Assembly: | Sirenix.OdinInspector.Editor |
[DrawerPriority(1000, 0, 0)]
public sealed class OdinSerializeAttributeWarningDrawer : OdinAttributeDrawer<OdinSerializeAttribute>
When first learning to use the Odin Inspector, it is common for people to misunderstand the OdinSerialize attribute, and use it in places where it does not achive the deceired goal.
This drawer will display a warning message if the OdinSerialize attribute is potentially used in such cases.
public OdinSerializeAttributeWarningDrawer()
protected override bool CanDrawAttributeProperty(InspectorProperty property)
InspectorProperty | property |
System.Boolean |
protected override void DrawPropertyLayout(GUIContent label)
UnityEngine.GUIContent | label |
protected override void Initialize()