This version of Unity is unsupported.
Experimental: this API is experimental and might be changed or removed in the future.

StackNode.CanAcceptDrop

public bool CanAcceptDrop(List<ISelectable> selection);

Parameters

selection"The selected GraphElements to be checked.

Returns

bool Returns true if this StackNode accepts the current drop event. Returns false otherwise.

Description

Indicates whether this StackNode accepts the current drop event.