блочно > zelos > Drawer > drawRightSideRow_
Метод zelos.Drawer.drawRightSideRow_()
Добавьте шаги для правой стороны строки, которая не имеет входных соединений значений или операторов.
Подпись:
protected drawRightSideRow_(row: Row): void;
Параметры
Параметр | Тип | Описание |
---|
ряд | Ряд | Строка, для которой нужно нарисовать сторону. |
Возврат:
пустота
Если не указано иное, контент на этой странице предоставляется по лицензии Creative Commons "С указанием авторства 4.0", а примеры кода – по лицензии Apache 2.0. Подробнее об этом написано в правилах сайта. Java – это зарегистрированный товарный знак корпорации Oracle и ее аффилированных лиц.
Последнее обновление: 2024-11-13 UTC.
[null,null,["Последнее обновление: 2024-11-13 UTC."],[[["The `drawRightSideRow_` method is used within the Blockly library's Zelos rendering engine to visually render the right side of a block row that doesn't have input connections for values or statements."],["This method specifically handles the visual elements of rows lacking those connection points and is an internal part of the block rendering process."],["It belongs to the `zelos.Drawer` class and takes a `Row` object as input, operating directly on the row to add the necessary visual components for the right side."],["Its purpose is to ensure proper rendering of blocks within the workspace, contributing to the overall visual representation of the block structure."]]],[]]