研究调查问卷:请告诉我们您使用 Blockly 的体验
开始调查问卷
blockly >blockRendering >抽屉式导航栏 >drawBottom_
blockRendering.Drawer.drawBottom_() 方法
为砌块的底部边缘添加台阶,可能包括用于下一个连接的凹口。
Signature:
protected drawBottom_(): void;
返回:
void
如未另行说明,那么本页面中的内容已根据知识共享署名 4.0 许可获得了许可,并且代码示例已根据 Apache 2.0 许可获得了许可。有关详情,请参阅 Google 开发者网站政策。Java 是 Oracle 和/或其关联公司的注册商标。
最后更新时间 (UTC):2024-08-29。
[null,null,["最后更新时间 (UTC):2024-08-29。"],[[["The `drawBottom_` method is responsible for rendering the bottom edge of a block within the Blockly framework."],["This method may include the visual representation of a notch if the block has a next connection, allowing it to connect to other blocks."],["It's a protected method, indicating it's primarily used internally within the `Drawer` class for block rendering purposes."],["The method doesn't return any value, as its purpose is to solely perform the drawing operation."]]],["The `drawBottom_()` method, part of the `blockRendering.Drawer` class, is responsible for constructing the bottom edge of a block's visual representation. This process can involve adding a notch to accommodate a subsequent connection. It is a protected method that does not return any value. The function essentially defines the graphical steps necessary to create the block's bottom boundary.\n"]]