blockly > زيلوس > الدرج > drawRightSideRow_
طريقة zelos.Drawer.drawRightSideRow_()
أضف خطوات إلى الجانب الأيمن من الصف الذي لا يتضمن اتصالات إدخال قيمة أو عبارة.
Signature:
protected drawRightSideRow_(row: Row): void;
المعلمات
المعلمة |
النوع |
الوصف |
الصف |
الصف |
الصف المراد رسم جانبه. |
المرتجعات:
فراغ
إنّ محتوى هذه الصفحة مرخّص بموجب ترخيص Creative Commons Attribution 4.0 ما لم يُنصّ على خلاف ذلك، ونماذج الرموز مرخّصة بموجب ترخيص Apache 2.0. للاطّلاع على التفاصيل، يُرجى مراجعة سياسات موقع Google Developers. إنّ Java هي علامة تجارية مسجَّلة لشركة Oracle و/أو شركائها التابعين.
تاريخ التعديل الأخير: 2024-10-15 (حسب التوقيت العالمي المتفَّق عليه)
[null,null,["تاريخ التعديل الأخير: 2024-10-15 (حسب التوقيت العالمي المتفَّق عليه)"],[[["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."]]],[]]