แบบสำรวจการวิจัย: บอกให้เราทราบเกี่ยวกับประสบการณ์การใช้งาน Blockly
เริ่มแบบสำรวจ
blockly > ศูนย์ ลิ้นชัก > drawRightSideRow_
เมธอด zelos.Drawer.drawRightSideRow_()
เพิ่มขั้นตอนสำหรับด้านขวาของแถวที่ไม่มีการเชื่อมต่ออินพุตค่าหรือคำสั่ง
ลายเซ็น:
protected drawRightSideRow_(row: Row): void;
พารามิเตอร์
พารามิเตอร์ |
ประเภท |
คำอธิบาย |
แถว |
แถว |
แถวที่จะวาดด้านข้าง |
การคืนสินค้า:
เป็นโมฆะ
เนื้อหาของหน้าเว็บนี้ได้รับอนุญาตภายใต้ใบอนุญาตที่ต้องระบุที่มาของครีเอทีฟคอมมอนส์ 4.0 และตัวอย่างโค้ดได้รับอนุญาตภายใต้ใบอนุญาต Apache 2.0 เว้นแต่จะระบุไว้เป็นอย่างอื่น โปรดดูรายละเอียดที่นโยบายเว็บไซต์ Google Developers Java เป็นเครื่องหมายการค้าจดทะเบียนของ Oracle และ/หรือบริษัทในเครือ
อัปเดตล่าสุด 2024-10-15 UTC
[null,null,["อัปเดตล่าสุด 2024-10-15 UTC"],[[["The `drawRightSideRow_` method is used within the Blockly library's Zelos rendering engine to visually render the right side of a block row that doesn't have input connections for values or statements."],["This method specifically handles the visual elements of rows lacking those connection points and is an internal part of the block rendering process."],["It belongs to the `zelos.Drawer` class and takes a `Row` object as input, operating directly on the row to add the necessary visual components for the right side."],["Its purpose is to ensure proper rendering of blocks within the workspace, contributing to the overall visual representation of the block structure."]]],[]]