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]
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)
OnGUI(Rect, SerializedProperty, GUIContent)

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