Table of Contents

Class DummyPropertyDrawer

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

Draws a property marked with the Dummy attribute (that is, does not draw it).

[CustomPropertyDrawer(typeof(DummyAttribute))]
public class DummyPropertyDrawer : PropertyDrawer
Inheritance
GUIDrawer
DummyPropertyDrawer
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.

OnGUI(Rect, SerializedProperty, GUIContent)

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