blockly > blockRendering > MarkerSvg > positionOutput_

blockRendering.MarkerSvg.positionOutput_() 方法

調整輸出連線的標記位置。顯示謎題輪廓以及頂部和底部路徑。

Signature:

protected positionOutput_(width: number, height: number, connectionShape: PuzzleTab): void;

參數

參數 類型 說明
width 號碼 區塊的寬度。
height 號碼 區塊的高度。
connectionShape PuzzleTab 連線的形狀物件。

傳回:

void