blockly > blockRendering > PathObject > costanti
proprietà blockRendering.PathObject.constants
Firma:
constants: ConstantProvider;
Salvo quando diversamente specificato, i contenuti di questa pagina sono concessi in base alla licenza Creative Commons Attribution 4.0, mentre gli esempi di codice sono concessi in base alla licenza Apache 2.0. Per ulteriori dettagli, consulta le norme del sito di Google Developers. Java è un marchio registrato di Oracle e/o delle sue consociate.
Ultimo aggiornamento 2024-08-21 UTC.
[null,null,["Ultimo aggiornamento 2024-08-21 UTC."],[[["The `constants` property of the `PathObject` class provides access to a `ConstantProvider` instance which stores rendering constants."],["This `ConstantProvider` instance contains various predefined values for measurements and configurations related to block rendering."],["These constants are used by the `PathObject` to determine dimensions, positions, and other visual properties during the rendering process."]]],["The `blockRendering.PathObject.constants` property is defined within the Blockly library. This property, typed as `ConstantProvider`, is a core element of the rendering system. It holds a collection of constants used for path construction within Blockly's block rendering process. These constants govern various aspects of how visual elements are drawn.\n"]]