blockly >ConnectionDB >getNeighbours

ConnectionDB.getNeighbours() 方法

查找与指定连接相邻的所有连接。由于此函数用于 bump,因此不适用类型检查。

Signature:

getNeighbours(connection: RenderedConnection, maxRadius: number): RenderedConnection[];

参数

参数 类型 说明
连接 RenderedConnection 应返回其邻接项的连接。
maxRadius number 到另一连接的最大半径。

返回

RenderedConnection[]

连接列表。