סקר מחקר: נשמח לשמוע על החוויה שלך עם Blockly
לפתיחת הסקר
blockly > blockRendering > JaggedEdge > (constructor)
blockRendering.JaggedEdge.(constructor)
יצירה של מופע חדש של המחלקה JaggedEdge
Signature:
constructor(constants: ConstantProvider);
פרמטרים
אלא אם צוין אחרת, התוכן של דף זה הוא ברישיון Creative Commons Attribution 4.0 ודוגמאות הקוד הן ברישיון Apache 2.0. לפרטים, ניתן לעיין במדיניות האתר Google Developers. Java הוא סימן מסחרי רשום של חברת Oracle ו/או של השותפים העצמאיים שלה.
עדכון אחרון: 2024-10-15 (שעון UTC).
[null,null,["עדכון אחרון: 2024-10-15 (שעון UTC)."],[[["The `blockRendering.JaggedEdge` class is used to render jagged edges on blocks in Blockly."],["A new `JaggedEdge` object is created using the constructor, which takes a `ConstantProvider` as its only parameter to access rendering constants."]]],["The `JaggedEdge` class constructor creates a new instance, requiring a `ConstantProvider` as a parameter. This `ConstantProvider` supplies rendering constants. The constructor's signature is `constructor(constants: ConstantProvider)`. The `constants` parameter is of type `ConstantProvider` and provides the necessary rendering constants for the instance being constructed.\n"]]