Click or drag to resize

FlowGraphNodeStyleRenderNodeReferences Method

Namespace:  NeoAxis
Assembly:  NeoAxis.Core (in NeoAxis.Core.dll) Version: 2024.1.1.0 (2024.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
Type: NeoAxis.EditorIFlowGraphEditor
node
Type: NeoAxisFlowGraphNode
objectToNodes
Type: System.Collections.GenericDictionaryComponent, ListFlowGraphNode
referenceSelectionStates
Type: System.Collections.GenericDictionaryFlowGraphNodeRepresentationItem, RenderSelectionState
outMouseOverReference
Type: NeoAxisFlowGraphNodeRepresentationItem
See Also