Click or drag to resize

FlowGraphNodeStyleRenderNodeReferences Method


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

Parameters

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