blockly >blockRendering >渲染程序 >getConnectionPreviewMethod

blockRendering.Renderer.getConnectionPreviewMethod() 方法

<ph type="x-smartling-placeholder">
</ph>

v10 - 不再使用此函数。自定义 IConnectionPreviewer 或许能够实现该功能。

根据可用连接、当前拖动的连接以及正在拖动的砌块选择连接预览方法。

Signature:

getConnectionPreviewMethod(closest: RenderedConnection, local: RenderedConnection, topBlock: BlockSvg): PreviewType;

参数

参数 类型 说明
最近 RenderedConnection 可用连接。
局部 RenderedConnection 当前拖动的连接。
topBlock BlockSvg 当前拖动的砌块。

返回

PreviewType

要显示的预览类型。