封鎖 >泡泡 >對話框 >setAnchorLocation
Babbles.Bubble.setAnchorLocation() 方法
設定這個泡泡端點的尾部位置。
Signature:
setAnchorLocation(anchor: Coordinate, relayout?: boolean): void;
參數
參數 | 類型 | 說明 |
---|---|---|
anchor | 座標 | 這個泡泡的尾部指向的位置。 |
重新版面配置 | 布林值 | (選用) 如果設為 true,從頭開始調整泡泡的位置,讓泡泡呈現最佳顯示效果。如果為 false,請重新調整其位置,讓它保持與錨點的相對位置。 |
傳回:
void