Click or drag to resize

FlowGraphGetFirstLinkFromInputPin Method

Namespace:  NeoAxis
Assembly:  NeoAxis.Core (in NeoAxis.Core.dll) Version: 2023.1.2.0 (2023.1.2.0)
Syntax
C#
public bool GetFirstLinkFromInputPin(
	FlowGraphNode inputNode,
	string inputPinName,
	out FlowGraphNode outputNode,
	out string outputPinName
)

Parameters

inputNode
Type: NeoAxisFlowGraphNode
inputPinName
Type: SystemString
outputNode
Type: NeoAxisFlowGraphNode
outputPinName
Type: SystemString

Return Value

Type: Boolean
See Also