blockly >气泡 >气泡 >setAnchorLocation

bubbles.Bubble.setAnchorLocation() 方法

设置此气泡的尾部指向的位置。

Signature:

setAnchorLocation(anchor: Coordinate, relayout?: boolean): void;

参数

参数 类型 说明
anchor 坐标 此气泡的尾部指向的位置。
重新布局 布尔值 (可选)如果为 true,请重新调整气泡的位置,使其以最佳方式显示。如果为 false,请调整位置,使其保持相对于锚点的相同位置。

返回

void