Click or drag to resize

Gamelogic.Extensions.Editor Namespace

 
Classes
  ClassDescription
Public classCommentPropertyDrawer
A property drawer for fields marked with the CommentAttribute. Similar to Header, but useful for longer descriptions.
Public classDummyPorpertyDrawer
Draws a property marked with the Dummy attribute (that is, does not draw it).
Public classGLEditorGUI
Functions to supplement Unity EditorGUI functions.
Public classGLMonoBehaviourEditor
This universal editor makes it possible to add buttons that will execute static methods to the inspector by adding the InspectorButton attribute to the method.
Public classGLSerializedProperty
Wraps a SerializedProperty, and provides additional functions, such as tooltips and a more powerful Find method.
Public classHighlightPropertyDrawer
A property drawer for fields marked with the Highlight Attribute.
Public classInspectorFlagsPropertyDrawer
A property drawer for fields marked with the InspectorFlags Attribute.
Public classInspectorListPropertyDrawer
A property drawer for type InspectorList.
Public classLabelFieldPropertyDrawer
Property drawer for the label field attribute.
Public classMinMaxFloatPropertyDrawer
A property drawer for the MinMaxFloat class.
Public classNonNegativePropertyDrawer
A property drawer for fields marked with the NonNegative Attribute.
Public classOptionalPropertyDrawer
Class for drawing a field of type Optional in the inspector.
Public classPositiveDrawer
A property drawer for fields marked with the Positive Attribute.
Public classReadOnlyPropertyDrawer
A property drawer that can be used for read-only fields in the inspector.
Public classWarningIfNullPropertyDrawer
Property drawer for fields marked with the WarnIfNull.