ブロックする >ConnectionDB >getNeighbours

ConnectionDB.getNeighbours() メソッド

指定された接続に近接するすべての接続を検索します。この関数はバンピングに使用されるため、型チェックは適用されません。

署名:

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

パラメータ

パラメータ 説明
connection RenderedConnection 近傍を返す接続。
maxRadius 数値 別の接続までの最大半径。

戻り値:

RenderedConnection[]

接続のリスト。