blockly >BlockSvg >moveBy

BlockSvg.moveBy() 方法

以相对偏移量移动块。

Signature:

moveBy(dx: number, dy: number, reason?: string[]): void;

参数

参数 类型 说明
dx number 工作区单元的水平偏移量。
Y number 工作区单元的垂直偏移量。
reason 字符串[] (可选)为什么此次变动?“拖动”“碰撞”“快照”...

返回

void