Version 3.3.0.1

OdinSerializeAttributeWarningDrawer class

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.

Inheritance

Constructors

OdinSerializeAttributeWarningDrawer()
public OdinSerializeAttributeWarningDrawer()

Methods

CanDrawAttributeProperty(InspectorProperty)
protected override bool CanDrawAttributeProperty(InspectorProperty property)
Parameters
InspectorProperty property

Returns
System.Boolean

DrawPropertyLayout(GUIContent)
Draws The Property.
protected override void DrawPropertyLayout(GUIContent label)
Parameters
UnityEngine.GUIContent label

Initialize()
protected override void Initialize()
Extension Methods