blockly > blockRendering > Drawer > recordSizeOnBlock_

blockRendering.Drawer.recordSizeOnBlock_() method

Save sizing information back to the block Most of the rendering information can be thrown away at the end of the render. Anything that needs to be kept around should be set in this function.

Signature:

protected recordSizeOnBlock_(): void;

Returns:

void