研究调查问卷:请告诉我们您使用 Blockly 的体验
开始调查问卷
blockly >blockRendering >渲染程序 >makeDrawer_
blockRendering.Renderer.makeDrawer_() 方法
创建渲染程序抽屉的新实例。
Signature:
protected makeDrawer_(block: BlockSvg, info: RenderInfo): Drawer;
参数
返回:
抽屉式导航栏
抽屉式导航栏。
如未另行说明,那么本页面中的内容已根据知识共享署名 4.0 许可获得了许可,并且代码示例已根据 Apache 2.0 许可获得了许可。有关详情,请参阅 Google 开发者网站政策。Java 是 Oracle 和/或其关联公司的注册商标。
最后更新时间 (UTC):2024-08-21。
[null,null,["最后更新时间 (UTC):2024-08-21。"],[[["The `blockRendering.Renderer.makeDrawer_` method creates a new drawer instance for rendering a specific block."],["It takes the block and rendering information as input and returns a `Drawer` object."],["This method is used internally by the renderer to handle the visual representation of blocks within Blockly."]]],["The `makeDrawer_()` method within the `blockRendering.Renderer` class creates a new drawer instance. It accepts two parameters: a `BlockSvg` object, representing the block to be rendered, and a `RenderInfo` object, containing necessary rendering information. The method's core function is to generate and return a `Drawer` instance, which is subsequently used for rendering the provided block.\n"]]