研究调查问卷:请告诉我们您使用 Blockly 的体验
开始调查问卷
使用集合让一切井井有条
根据您的偏好保存内容并对其进行分类。
blockly >blockRendering >抽屉式导航栏 >drawInternals_
blockRendering.Drawer.drawInternals_() 方法
绘制块的内部:内嵌输入、字段和图标。这些代码并不依赖于外部的放置路径。
Signature:
protected drawInternals_(): void;
返回:
void
如未另行说明,那么本页面中的内容已根据知识共享署名 4.0 许可获得了许可,并且代码示例已根据 Apache 2.0 许可获得了许可。有关详情,请参阅 Google 开发者网站政策。Java 是 Oracle 和/或其关联公司的注册商标。
最后更新时间 (UTC):2025-07-25。
[null,null,["最后更新时间 (UTC):2025-07-25。"],[[["\u003cp\u003eThe \u003ccode\u003eblockRendering.Drawer.drawInternals_\u003c/code\u003e method is responsible for rendering the inner components of a block, such as inline inputs, fields, and icons.\u003c/p\u003e\n"],["\u003cp\u003eThis method focuses on elements that are positioned independently of the block's outer shape.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003edrawInternals_\u003c/code\u003e method does not return any value (void).\u003c/p\u003e\n"],["\u003cp\u003eIt is a protected method, meaning it's primarily intended for internal use within the block rendering process.\u003c/p\u003e\n"]]],[],null,["[blockly](./blockly.md) \\\u003e [blockRendering](./blockly.blockrendering_namespace.md) \\\u003e [Drawer](./blockly.blockrendering_namespace.drawer_class.md) \\\u003e [drawInternals_](./blockly.blockrendering_namespace.drawer_class.drawinternals__1_method.md)\n\nblockRendering.Drawer.drawInternals_() method\n---------------------------------------------\n\nDraw the internals of the block: inline inputs, fields, and icons. These do not depend on the outer path for placement.\n\n**Signature:** \n\n protected drawInternals_(): void;\n\n**Returns:**\n\nvoid"]]