Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


CanAcceptDrop(List<ISelectable>)

Indicates whether this StackNode accepts the current drop event.
Read time 1 minuteLast updated 6 days ago

Definition

public bool CanAcceptDrop(List<ISelectable> selection)

Parameters

"The selected GraphElements to be checked.

Returns

Type

Description

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