Blockly は 2025 年 11 月 10 日に Raspberry Pi Foundation に移行します。ブログとよくある質問をご覧ください。
コレクションでコンテンツを整理
必要に応じて、コンテンツの保存と分類を行います。
ブロックする >IIcon >getWeight
IIcon.getWeight() メソッド
署名:
getWeight(): number;
戻り値:
数値
「重み」アイコンの静的な順序を決定します。これにより、アイコンをレンダリングする静的な順序が決まります。正の数が多くなるほど、ブロックの終わりに近づくほどレンダリングされます。
特に記載のない限り、このページのコンテンツはクリエイティブ・コモンズの表示 4.0 ライセンスにより使用許諾されます。コードサンプルは Apache 2.0 ライセンスにより使用許諾されます。詳しくは、Google Developers サイトのポリシーをご覧ください。Java は Oracle および関連会社の登録商標です。
最終更新日 2025-07-25 UTC。
[null,null,["最終更新日 2025-07-25 UTC。"],[],["The `getWeight()` method, part of the `IIcon` interface, returns a number representing the icon's weight. This weight dictates the rendering order of icons on a block. Higher weight values result in the icon being rendered towards the end of the block. The method's signature is `getWeight(): number;` and the returned value is a numeric type.\n"]]