調査アンケート: Blockly のご利用体験についてお聞かせください
アンケートを開始
ブロックする >blockRendering >ConstantProvider >形状
blockRendering.ConstantProvider.SHAPES プロパティ
署名:
SHAPES: {
[key: string]: number;
};
特に記載のない限り、このページのコンテンツはクリエイティブ・コモンズの表示 4.0 ライセンスにより使用許諾されます。コードサンプルは Apache 2.0 ライセンスにより使用許諾されます。詳しくは、Google Developers サイトのポリシーをご覧ください。Java は Oracle および関連会社の登録商標です。
最終更新日 2024-08-21 UTC。
[null,null,["最終更新日 2024-08-21 UTC。"],[[["`SHAPES` is a property within Blockly's `blockRendering.ConstantProvider` class that stores shape-related numerical constants for rendering blocks."],["It is an object where keys represent different block shapes (e.g., puzzle tabs, notches) and their corresponding values are numerical identifiers or measurements used in the rendering process."]]],["The `SHAPES` property, found within the `blockRendering.ConstantProvider` class, is defined as a dictionary. This dictionary uses strings as keys and maps them to numerical values. The specific purpose of these keys and numbers are not defined here. It is part of the Blockly block rendering system.\n"]]