blockly > geras > RenderInfo > populateBottomRow_
geras.RenderInfo.FILLBottomRow_() yöntemi
İmza:
populateBottomRow_(): void;
Şunu döndürür:
geçersiz
Aksi belirtilmediği sürece bu sayfanın içeriği Creative Commons Atıf 4.0 Lisansı altında ve kod örnekleri Apache 2.0 Lisansı altında lisanslanmıştır. Ayrıntılı bilgi için Google Developers Site Politikaları'na göz atın. Java, Oracle ve/veya satış ortaklarının tescilli ticari markasıdır.
Son güncelleme tarihi: 2024-08-21 UTC.
[null,null,["Son güncelleme tarihi: 2024-08-21 UTC."],[[["The `populateBottomRow_` method is part of the `geras.RenderInfo` class within the Blockly library."],["This method is responsible for calculating and populating the information about the bottom row of a rendered block within the Geras renderer."],["It updates the `RenderInfo` object with details like the bottom row's height and connection locations."],["Its execution is crucial for correctly rendering and positioning block connections in the Geras rendering style."],["This method returns `void`, meaning it performs its task without providing an explicit return value."]]],["The `populateBottomRow_()` method, part of the `geras.RenderInfo` class, is responsible for handling the bottom row. It does not take in any parameters, and it has no return value. It's core function is to populate the bottom row, a fundamental action within the `geras` rendering process. This is indicated by the signature `populateBottomRow_(): void`.\n"]]