封鎖 >ConnectionChecker >doDragChecks

ConnectionChecker.doDragChecks() 方法

確認是否可以透過拖曳建立此連線。

Signature:

doDragChecks(a: RenderedConnection, b: RenderedConnection, distance: number): boolean;

參數

參數 類型 說明
a RenderedConnection 連線進行比較 (在要拖曳的區塊上)。
b RenderedConnection 要比較的連線。
距離 數字 連線之間允許的最大距離。

退貨:

布林值

如果可在拖曳期間連線,則為「true」。