Class ColorIndicatorPropertyDrawer
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
-
GUIDrawerColorIndicatorPropertyDrawer
- Inherited Members
-
PropertyDrawer.CanCacheInspectorGUI(SerializedProperty)PropertyDrawer.attributePropertyDrawer.fieldInfo
Methods
- OnGUI(Rect, SerializedProperty, GUIContent)
Override this method to make your own IMGUI based GUI for the property.