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 objectToNodes,
	bool referenceSelectionStates,
	Component outMouseOverReference
)

Parameters

window  IFlowGraphEditor
 
node  FlowGraphNode
 
objectToNodes  DictionaryTKey, TValue
 
referenceSelectionStates  Boolean
 
outMouseOverReference  Component
 
See Also