VisualShaderNodeTransformFunc
Inherits: VisualShaderNode < Resource < Reference < Object
Computes a Transform function within the visual shader graph.
Description
Computes an inverse or transpose function on the provided Transform.
Properties
|
Enumerations
enum Function:
- FUNC_INVERSE = 0 --- Perform the inverse operation on the Transform matrix.
- FUNC_TRANSPOSE = 1 --- Perform the transpose operation on the Transform matrix.
Property Descriptions
Function function
Default |
|
Setter | set_function(value) |
Getter | get_function() |
The function to be computed. See Function for options.
© 2014–2021 Juan Linietsky, Ariel Manzur, Godot Engine contributors
Licensed under the MIT License.
https://docs.godotengine.org/en/3.3/classes/class_visualshadernodetransformfunc.html