Class FlowGraphInspectorPanel
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
editorWindowFlowGraphEditorWindow
Methods
AttachSelectionListener(VisualElement)
Attach selection listener for inspector panel updates
public void AttachSelectionListener(VisualElement rootElement)
Parameters
rootElementVisualElementRoot visual element to attach scheduler
CreatePanel()
Create inspector panel UI
public VisualElement CreatePanel()
Returns
- VisualElement
Inspector panel container