Encuesta de investigación: Cuéntanos sobre tu experiencia con Blockly
Comenzar encuesta
blockly > geras > RenderInfo > renderer_
Propiedad geras.RenderInfo.renderer_
Signature:
protected readonly renderer_: Renderer;
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-08-21 (UTC)
[null,null,["Última actualización: 2024-08-21 (UTC)"],[[["`renderer_` is a protected and read-only property of the `RenderInfo` class within the `geras` namespace of Blockly."],["It holds an instance of the `Renderer` class, likely providing the rendering logic or context for the associated block."],["Access to this property is restricted to the `RenderInfo` class and its subclasses due to its protected status."]]],["The `renderer_` property, found within the `geras.RenderInfo` class, is a protected, read-only property. It is of type `Renderer`. This property holds a `Renderer` object, suggesting it is a core component responsible for rendering operations within the Geras rendering system. Access to this property is restricted due to it being protected.\n"]]