Table of Contents

Class ColorIndicatorPropertyDrawer

Namespace
Gamelogic.Grids2.Graph.Editor
Assembly
Gamelogic.Grids2.Editor.dll

Shows a read-only input and output rectangle of the colors that represent the types of parameters that the node use for input and output.

[CustomPropertyDrawer(typeof(ColorIndicator))]
public class ColorIndicatorPropertyDrawer : PropertyDrawer
Inheritance
GUIDrawer
ColorIndicatorPropertyDrawer
Inherited Members
PropertyDrawer.CanCacheInspectorGUI(SerializedProperty)
PropertyDrawer.attribute
PropertyDrawer.fieldInfo

Methods

OnGUI(Rect, SerializedProperty, GUIContent)

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