Stay organized with collections
Save and categorize content based on your preferences.
blockly > geras > RenderInfo > renderer_
geras.RenderInfo.renderer_ property
Signature:
protected readonly renderer_: Renderer;
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2024-09-18 UTC.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2024-09-18 UTC."],[[["\u003cp\u003e\u003ccode\u003erenderer_\u003c/code\u003e is a protected and read-only property of the \u003ccode\u003eRenderInfo\u003c/code\u003e class within the \u003ccode\u003egeras\u003c/code\u003e namespace of Blockly.\u003c/p\u003e\n"],["\u003cp\u003eIt holds an instance of the \u003ccode\u003eRenderer\u003c/code\u003e class, likely providing the rendering logic or context for the associated block.\u003c/p\u003e\n"],["\u003cp\u003eAccess to this property is restricted to the \u003ccode\u003eRenderInfo\u003c/code\u003e class and its subclasses due to its protected status.\u003c/p\u003e\n"]]],["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"],null,["[blockly](./blockly.md) \\\u003e [geras](./blockly.geras_namespace.md) \\\u003e [RenderInfo](./blockly.geras_namespace.renderinfo_class.md) \\\u003e [renderer_](./blockly.geras_namespace.renderinfo_class.renderer__property.md)\n\ngeras.RenderInfo.renderer_ property\n-----------------------------------\n\n**Signature:** \n\n protected readonly renderer_: Renderer;"]]