Table of Contents

Class WarningIfNullPropertyDrawer

Namespace
Gamelogic.Extensions.Editor
Assembly
Gamelogic.Extensions.Editor.dll

Property drawer for the WarningIfNull attribute.

[Obsolete("Use ValidationPropertyDrawer instead")]
[CustomPropertyDrawer(typeof(WarningIfNullAttribute), true)]
public class WarningIfNullPropertyDrawer : ValidationPropertyDrawer
Inheritance
GUIDrawer
WarningIfNullPropertyDrawer
Inherited Members
PropertyDrawer.CanCacheInspectorGUI(SerializedProperty)
PropertyDrawer.attribute
PropertyDrawer.fieldInfo
Extension Methods

See Also