調査アンケート: Blockly のご利用体験についてお聞かせください
アンケートを開始
blockly > blockRendering > ConstantProvider > makePuzzleTab
blockRendering.ConstantProvider.makePuzzleTab() メソッド
署名:
protected makePuzzleTab(): PuzzleTab;
戻り値:
PuzzleTab
パズルタブのサイズとパスの情報を含むオブジェクト。
特に記載のない限り、このページのコンテンツはクリエイティブ・コモンズの表示 4.0 ライセンスにより使用許諾されます。コードサンプルは Apache 2.0 ライセンスにより使用許諾されます。詳しくは、Google Developers サイトのポリシーをご覧ください。Java は Oracle および関連会社の登録商標です。
最終更新日 2024-11-09 UTC。
[null,null,["最終更新日 2024-11-09 UTC。"],[[["The `blockRendering.ConstantProvider.makePuzzleTab()` method generates an object containing the size and shape data for puzzle tabs used in block connections."],["This method is utilized within the Blockly library's block rendering system, specifically within the `ConstantProvider` class, and is marked as protected."],["The returned `PuzzleTab` object provides essential information for rendering and aligning interlocking puzzle-shaped connections between blocks."]]],["The `makePuzzleTab()` method, part of the `ConstantProvider` class within the `blockRendering` namespace, generates a `PuzzleTab` object. This method is protected and returns an object that holds sizing and path data specific to puzzle tabs used in block rendering. The generated `PuzzleTab` provides information necessary for rendering the visual shape and size of puzzle tabs.\n"]]