調査アンケート: Blockly のご利用体験についてお聞かせください
アンケートを開始
ブロックする >blockRendering >ドロワー >positionPreviousConnection_
blockRendering.Drawer.positionPreviousConnection_() メソッド
前の接続をブロックの上に配置します。
署名:
protected positionPreviousConnection_(): void;
戻り値:
void
特に記載のない限り、このページのコンテンツはクリエイティブ・コモンズの表示 4.0 ライセンスにより使用許諾されます。コードサンプルは Apache 2.0 ライセンスにより使用許諾されます。詳しくは、Google Developers サイトのポリシーをご覧ください。Java は Oracle および関連会社の登録商標です。
最終更新日 2024-10-15 UTC。
[null,null,["最終更新日 2024-10-15 UTC。"],[[["The `blockRendering.Drawer.positionPreviousConnection_()` method is responsible for placing the previous connection on a block within the Blockly framework."],["This method is a protected member of the `Drawer` class within the `blockRendering` namespace."],["Calling `positionPreviousConnection_()` adjusts the visual layout of blocks by specifically positioning their previous connection points for proper snapping and sequencing in Blockly projects."],["It does not return any value, indicated by its `void` return type, simply performing the positioning operation."]]],["The `positionPreviousConnection_()` method, part of the `blockRendering.Drawer` class, is responsible for positioning the previous connection on a block. This method, designated as protected, does not return any value (void) upon execution. Its sole purpose is to handle the spatial placement of a block's previous connection.\n"]]