blockly > blockRendering > RenderInfo > recordElemPositions_
blockRendering.RenderInfo.recordElemPositions_() method
Record final position information on elements on the given row, for use in drawing. At minimum this records xPos and centerline on each element.
Signature:
protected recordElemPositions_(row: Row): void;
Parameters
Parameter | Type | Description |
---|---|---|
row | Row | The row containing the elements. |
Returns:
void