調査アンケート: Blockly のご利用体験についてお聞かせください
アンケートを開始
ブロックする >geras >RenderInfo
geras.RenderInfo クラス
このブロックの描画に必要なすべてのサイズ情報を含むオブジェクト。geras レンダラ用にカスタマイズされたものです。
この測定パスでは、変更がブロックに伝播されません(ただし、getSize() が呼び出されたときに、フィールドで再レンダリングが選択されることがあります)。ただし、これを繰り返し呼び出すとコストがかかる可能性があります。
署名:
export declare class RenderInfo extends BaseRenderInfo
拡張: BaseRenderInfo
コンストラクタ
プロパティ
メソッド
特に記載のない限り、このページのコンテンツはクリエイティブ・コモンズの表示 4.0 ライセンスにより使用許諾されます。コードサンプルは Apache 2.0 ライセンスにより使用許諾されます。詳しくは、Google Developers サイトのポリシーをご覧ください。Java は Oracle および関連会社の登録商標です。
最終更新日 2024-10-15 UTC。
[null,null,["最終更新日 2024-10-15 UTC。"],[[["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`."]]],[]]