Table of Contents

Class InspectorListPropertyDrawer

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

A property drawer for type InspectorList.

[Version(2, 5, 0)]
[CustomPropertyDrawer(typeof(InspectorList), true)]
[Obsolete("Unity's default list functionality in inspectors is now superior.")]
public class InspectorListPropertyDrawer : PropertyDrawer
Inheritance
GUIDrawer
InspectorListPropertyDrawer
Inherited Members
PropertyDrawer.CanCacheInspectorGUI(SerializedProperty)
PropertyDrawer.attribute
PropertyDrawer.fieldInfo
Extension Methods

Methods

GetPropertyHeight(SerializedProperty, GUIContent)

Override this method to specify how tall the GUI for this field is in pixels.

InitList(SerializedProperty, SerializedProperty)

Initializes the reorderable list if it has not been initialized yet.

OnGUI(Rect, SerializedProperty, GUIContent)

Override this method to make your own IMGUI based GUI for the property.