調査アンケート: Blockly のご利用体験についてお聞かせください
アンケートを開始
ブロックする >blockRendering >ドロワー >drawLeft_
blockRendering.Drawer.drawLeft_() メソッド
ブロックの左側のステップを追加します。出力接続が含まれる場合もあります。
署名:
protected drawLeft_(): void;
戻り値:
void
特に記載のない限り、このページのコンテンツはクリエイティブ・コモンズの表示 4.0 ライセンスにより使用許諾されます。コードサンプルは Apache 2.0 ライセンスにより使用許諾されます。詳しくは、Google Developers サイトのポリシーをご覧ください。Java は Oracle および関連会社の登録商標です。
最終更新日 2024-10-15 UTC。
[null,null,["最終更新日 2024-10-15 UTC。"],[[["The `blockRendering.Drawer.drawLeft_()` method is responsible for rendering the left side of a block within the Blockly framework."],["This rendering process may include an output connection if the block is designed to have one."],["The method is classified as protected, indicating its intended use within the library's internal structure."],["Upon completion of its operations, the `drawLeft_()` method returns void, signifying that it doesn't directly produce a value."]]],["The `drawLeft_()` method, part of the `blockRendering.Drawer` class, is responsible for constructing the left side of a block within a visual programming environment. This includes adding any necessary steps to represent elements that might reside on the left. Specifically, it handles the potential presence of an output connection on the left side of the block. It does not return any value.\n"]]