blockly > ConnectionDB > getNeighbours
ConnectionDB.getNeighbours() 方法
找出與指定連線相關的所有鄰近連線。由於這個函式用於升級,因此不需進行類型檢查。
Signature:
getNeighbours(connection: RenderedConnection, maxRadius: number): RenderedConnection[];
參數
參數 | 類型 | 說明 |
---|---|---|
連結 | RenderedConnection | 應傳回鄰點的連線。 |
maxRadius | 數字 | 另一個連線的最大半徑。 |
傳回:
RenderedConnection[]
連線清單。