Class WarningIfNullPropertyDrawer
- Namespace
- Gamelogic.Extensions.Editor
- Assembly
- Gamelogic.Extensions.Editor.dll
Property drawer for fields marked with the WarnIfNull.
[CustomPropertyDrawer(typeof(WarningIfNullAttribute))]
public class WarningIfNullPropertyDrawer : PropertyDrawer
- Inheritance
-
GUIDrawerWarningIfNullPropertyDrawer
- Inherited Members
-
PropertyDrawer.CreatePropertyGUI(SerializedProperty)PropertyDrawer.CanCacheInspectorGUI(SerializedProperty)
- Extension Methods
Methods
- GetPropertyHeight(SerializedProperty, GUIContent)
Override this method to specify how tall the GUI for this field is in pixels.
- OnGUI(Rect, SerializedProperty, GUIContent)
Override this method to make your own IMGUI based GUI for the property.