blockly >IBubble >moveTo

IBubble.moveTo() 方法

将气泡移动到工作区坐标中的指定位置。

Signature:

moveTo(x: number, y: number): void;

参数

参数 类型 说明
x number 要移动到的 x 位置。
y number 要移动到的 y 位置。

返回

void