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...
VisualShaderNodeTransformFunc¶
Inherits: VisualShaderNode < Resource < Reference < Object
Calcula una función Transform dentro del gráfico shader visual.
Descripción¶
Calcula una función inversa o de transposición en la Transform proporcionado.
Propiedades¶
|
Enumeraciones¶
enum Function:
Descripciones de Propiedades¶
Function function
Default |
|
Setter |
set_function(value) |
Getter |
get_function() |
La función a computar. Ver Function para las opciones.