Table of Contents

Class FlowGraphDataPropertyDrawer

Namespace
Ceres.Editor.Flow
Assembly
Ceres.Flow.Editor.dll
public class FlowGraphDataPropertyDrawer : PropertyDrawer
Inheritance
FlowGraphDataPropertyDrawer

Constructors

FlowGraphDataPropertyDrawer()

public FlowGraphDataPropertyDrawer()

Methods

GetPropertyHeight(SerializedProperty, GUIContent)

public override float GetPropertyHeight(SerializedProperty property, GUIContent label)

Parameters

property SerializedProperty
label GUIContent

Returns

float

OnGUI(Rect, SerializedProperty, GUIContent)

public override void OnGUI(Rect position, SerializedProperty property, GUIContent label)

Parameters

position Rect
property SerializedProperty
label GUIContent