סקר מחקר: נשמח לשמוע על החוויה שלך עם Blockly
לפתיחת הסקר
blockly > IMovable > isMovable
שיטת IMovable.isMovable()
בודקים אם המכשיר הזה ניתן לנייד או לא.
Signature:
isMovable(): boolean;
החזרות:
בוליאני
True אם ניתן להעברה.
אלא אם צוין אחרת, התוכן של דף זה הוא ברישיון Creative Commons Attribution 4.0 ודוגמאות הקוד הן ברישיון Apache 2.0. לפרטים, ניתן לעיין במדיניות האתר Google Developers. Java הוא סימן מסחרי רשום של חברת Oracle ו/או של השותפים העצמאיים שלה.
עדכון אחרון: 2024-08-22 (שעון UTC).
[null,null,["עדכון אחרון: 2024-08-22 (שעון UTC)."],[[["This document describes the `isMovable()` method of the `IMovable` interface in Blockly."],["The `isMovable()` method determines if an object implementing the interface is movable, returning `true` if it is and `false` otherwise."]]],["The `isMovable()` method, part of the `IMovable` interface, determines if an object is movable. It returns a boolean value. If the object can be moved, the method returns `true`; otherwise, it would imply `false`, indicating the object is not movable. The method has no input parameters.\n"]]