Click or drag to resize

FlowGraphEditorCanCreateReferenceDragDropSetReference Method

Namespace:  NeoAxis.Editor
Assembly:  NeoAxis.Core (in NeoAxis.Core.dll) Version: 2023.1.2.0 (2023.1.2.0)
Syntax
C#
public bool CanCreateReferenceDragDropSetReference(
	DragDropSetReferenceData dragDropData,
	FlowGraphNodeRepresentationConnector to,
	out string[] outReferenceValues
)

Parameters

dragDropData
Type: NeoAxis.EditorDragDropSetReferenceData
to
Type: NeoAxisFlowGraphNodeRepresentationConnector
outReferenceValues
Type: SystemString

Return Value

Type: Boolean
See Also