Click or drag to resize

FlowGraphGetAllLinksFromInputPin Method

Namespace:  NeoAxis
Assembly:  NeoAxis.Core (in NeoAxis.Core.dll) Version: 2024.1.1.0 (2024.1.1.0)
Syntax
C#
public List<FlowGraphGetAllLinksFromInputPin_Result> GetAllLinksFromInputPin(
	FlowGraphNode inputNode,
	string inputPinName
)

Parameters

inputNode
Type: NeoAxisFlowGraphNode
inputPinName
Type: SystemString

Return Value

Type: ListFlowGraphGetAllLinksFromInputPin_Result
See Also