Click or drag to resize

FlowGraphNodeStyle_RectangleRenderNodeReferences Method


Namespace: NeoAxis
Assembly: NeoAxis.Core.Editor (in NeoAxis.Core.Editor.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntax
C#
public override void RenderNodeReferences(
	IFlowGraphEditor window2,
	FlowGraphNode node,
	Dictionary<Component, List<FlowGraphNode>> objectToNodes,
	Dictionary<FlowGraphNodeRepresentationItem, RenderSelectionState> referenceSelectionStates,
	out FlowGraphNodeRepresentationItem outMouseOverReference
)

Parameters

window2  IFlowGraphEditor
 
node  FlowGraphNode
 
objectToNodes  DictionaryComponent, ListFlowGraphNode
 
referenceSelectionStates  DictionaryFlowGraphNodeRepresentationItem, RenderSelectionState
 
outMouseOverReference  FlowGraphNodeRepresentationItem
 
See Also