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