Table of Contents

Class FlowGraphInspectorPanel

Namespace
Ceres.Editor.Flow
Assembly
Ceres.Flow.Editor.dll

Inspector panel for Flow Graph Editor Displays information about selected nodes and allows editing their properties

public class FlowGraphInspectorPanel
Inheritance
FlowGraphInspectorPanel
Inherited Members

Constructors

FlowGraphInspectorPanel(FlowGraphEditorWindow)

public FlowGraphInspectorPanel(FlowGraphEditorWindow editorWindow)

Parameters

editorWindow FlowGraphEditorWindow

Methods

AttachSelectionListener(VisualElement)

Attach selection listener for inspector panel updates

public void AttachSelectionListener(VisualElement rootElement)

Parameters

rootElement VisualElement

Root visual element to attach scheduler

CreatePanel()

Create inspector panel UI

public VisualElement CreatePanel()

Returns

VisualElement

Inspector panel container