Attention: Here be dragons
This is the latest
(unstable) version of this documentation, which may document features
not available in or compatible with released stable versions of Godot.
Checking the stable version of the documentation...
VisualShaderNodeVec3Constant¶
Inherits: VisualShaderNode < Resource < Reference < Object
Una constante Vector3 para ser usada dentro del gráfico shader visual.
Descripción¶
Una constante Vector3, que puede ser usada como un nodo de entrada.
Propiedades¶
|
Descripciones de Propiedades¶
Vector3 constant
Default |
|
Setter |
set_constant(value) |
Getter |
get_constant() |
Una constante Vector3 que representa el estado de este nodo.