Click or drag to resize

FlowGraphNodeStyle_RectangleRenderNodeReferences Method (IFlowGraphEditor, FlowGraphNode, DictionaryComponent, ListFlowGraphNode, DictionaryFlowGraphNodeRepresentationItem, RenderSelectionState, FlowGraphNodeRepresentationItem)

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

Parameters

window2
Type: NeoAxis.EditorIFlowGraphEditor
node
Type: NeoAxisFlowGraphNode
objectToNodes
Type: System.Collections.GenericDictionaryComponent, ListFlowGraphNode
referenceSelectionStates
Type: System.Collections.GenericDictionaryFlowGraphNodeRepresentationItem, RenderSelectionState
outMouseOverReference
Type: NeoAxisFlowGraphNodeRepresentationItem
See Also