研究调查问卷:请告诉我们您使用 Blockly 的体验
开始调查问卷
blockly > blockRendering > ConstantProvider > makeNotch
blockRendering.ConstantProvider.makeNotch() 方法
Signature:
protected makeNotch(): Notch;
返回:
凹口
一个包含有关缺口的尺寸和路径信息的对象。
如未另行说明,那么本页面中的内容已根据知识共享署名 4.0 许可获得了许可,并且代码示例已根据 Apache 2.0 许可获得了许可。有关详情,请参阅 Google 开发者网站政策。Java 是 Oracle 和/或其关联公司的注册商标。
最后更新时间 (UTC):2024-11-08。
[null,null,["最后更新时间 (UTC):2024-11-08。"],[[["The `makeNotch()` method is a protected method of the `ConstantProvider` class within the `blockRendering` namespace."],["It generates and returns a `Notch` object which holds data about the size and path of connection notches on Blockly blocks."],["This method is essential for defining the visual appearance of connection points where blocks can be linked together."]]],["The `makeNotch()` method, part of the `ConstantProvider` class within the `blockRendering` namespace, generates a `Notch` object. This `Notch` object contains details about the size and path information required for rendering notches on blocks. The method is protected and returns a Notch, essentially defining the visual and dimensional aspects of block notches.\n"]]