Encuesta de investigación: Cuéntanos sobre tu experiencia con Blockly
Comenzar encuesta
blockly > blockRendering > BottomRow > hasRightSquareCorner
Método blockRendering.BottomRow.hasRightSquareCorner()
Muestra si la fila inferior tiene o no una esquina cuadrada derecha.
Signature:
hasRightSquareCorner(_block: BlockSvg): boolean;
Parámetros
Parámetro |
Tipo |
Descripción |
_block |
BlockSvg |
El bloque cuya fila inferior representa esto. |
Muestra:
boolean
Indica si la fila inferior tiene o no una esquina cuadrada derecha.
Salvo que se indique lo contrario, el contenido de esta página está sujeto a la licencia Atribución 4.0 de Creative Commons, y los ejemplos de código están sujetos a la licencia Apache 2.0. Para obtener más información, consulta las políticas del sitio de Google Developers. Java es una marca registrada de Oracle o sus afiliados.
Última actualización: 2024-09-12 (UTC)
[null,null,["Última actualización: 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"]]