研究调查问卷:请告诉我们您使用 Blockly 的体验
开始调查问卷
blockly >Geas >RenderInfo
geras.RenderInfo 类
一个对象,其中包含绘制此程序块所需的所有大小信息,专为 geras 渲染程序自定义。
此测量遍历不会将更改传播到块(尽管字段可能会选择在调用 getSize() 时重新渲染)。但是,重复调用它的开销可能会很大。
Signature:
export declare class RenderInfo extends BaseRenderInfo
扩展:BaseRenderInfo
构造函数
属性
方法
如未另行说明,那么本页面中的内容已根据知识共享署名 4.0 许可获得了许可,并且代码示例已根据 Apache 2.0 许可获得了许可。有关详情,请参阅 Google 开发者网站政策。Java 是 Oracle 和/或其关联公司的注册商标。
最后更新时间 (UTC):2024-10-15。
[null,null,["最后更新时间 (UTC):2024-10-15。"],[[["The `geras.RenderInfo` class stores sizing information for rendering blocks using the Geras renderer in Blockly."],["It inherits from the `BaseRenderInfo` class and provides methods for calculating and managing the layout of block elements."],["While it doesn't directly change the block, repeated calls for size calculations can impact performance."],["This class is specifically tailored for the Geras renderer and interacts with components like `ConstantProvider` and `Renderer`."]]],[]]