調査アンケート: Blockly のご利用体験についてお聞かせください
アンケートを開始
blockly > blockRendering > ConstantProvider > makeStartHat
blockRendering.ConstantProvider.makeStartHat() メソッド
署名:
protected makeStartHat(): StartHat;
戻り値:
StartHat
スタート ハットに関するサイズとパス情報を含むオブジェクト。
特に記載のない限り、このページのコンテンツはクリエイティブ・コモンズの表示 4.0 ライセンスにより使用許諾されます。コードサンプルは Apache 2.0 ライセンスにより使用許諾されます。詳しくは、Google Developers サイトのポリシーをご覧ください。Java は Oracle および関連会社の登録商標です。
最終更新日 2024-11-09 UTC。
[null,null,["最終更新日 2024-11-09 UTC。"],[[["The `makeStartHat()` method is a protected method of the `ConstantProvider` class within the `blockRendering` namespace."],["It generates and returns a `StartHat` object which holds data about the size and path details for rendering start hats on blocks."],["This method is responsible for defining the visual characteristics of the start hats in Blockly."]]],["The `makeStartHat()` method, part of the `ConstantProvider` class within the `blockRendering` namespace, generates a `StartHat` object. This method is protected and returns an object that holds data regarding the dimensions and path details of start hat shapes. This information is then used in block rendering.\n"]]