Restez organisé à l'aide des collections
Enregistrez et classez les contenus selon vos préférences.
blockly > blockRendering > BottomRow > hasRightSquareCorner
Méthode blockRendering.BottomRow.hasRightSquareCorner()
Indique si la ligne du bas comporte un angle carré droit.
Signature :
hasRightSquareCorner(_block: BlockSvg): boolean;
Paramètres
Paramètre |
Type |
Description |
_block |
BlockSvg |
Bloc dont la ligne du bas correspond. |
Renvoie :
booléen
Indique si la ligne du bas comporte un angle carré droit.
Sauf indication contraire, le contenu de cette page est régi par une licence Creative Commons Attribution 4.0, et les échantillons de code sont régis par une licence Apache 2.0. Pour en savoir plus, consultez les Règles du site Google Developers. Java est une marque déposée d'Oracle et/ou de ses sociétés affiliées.
Dernière mise à jour le 2024/09/12 (UTC).
[[["Facile à comprendre","easyToUnderstand","thumb-up"],["J'ai pu résoudre mon problème","solvedMyProblem","thumb-up"],["Autre","otherUp","thumb-up"]],[["Il n'y a pas l'information dont j'ai besoin","missingTheInformationINeed","thumb-down"],["Trop compliqué/Trop d'étapes","tooComplicatedTooManySteps","thumb-down"],["Obsolète","outOfDate","thumb-down"],["Problème de traduction","translationIssue","thumb-down"],["Mauvais exemple/Erreur de code","samplesCodeIssue","thumb-down"],["Autre","otherDown","thumb-down"]],["Dernière mise à jour le 2024/09/12 (UTC)."],[[["The `blockRendering.BottomRow.hasRightSquareCorner()` method determines if a block's bottom row has a right-angled corner."],["It takes the `BlockSvg` object as input and returns `true` if the corner is right-angled, otherwise `false`."],["This method is specifically designed for use with Blockly's block rendering system."]]],["The `hasRightSquareCorner()` method, part of the `blockRendering.BottomRow` class, determines if a block's bottom row possesses a right square corner. It accepts a `BlockSvg` object as input. The method returns a boolean value, `true` if the bottom row has a right square corner, and `false` otherwise. The method's purpose is solely to identify the shape of the bottom row of a given block.\n"]]