Class reference
VisualShaderNodeTransformFunc
Inherits VisualShaderNode
Computes a Transform3D function within the visual shader graph.
Description
Computes an inverse or transpose function on the provided Transform3D.
Properties
int function = 0
int function = 0The function to be computed.
Constants
FUNC_INVERSE = 0
Perform the inverse operation on the Transform3D matrix.
FUNC_TRANSPOSE = 1
Perform the transpose operation on the Transform3D matrix.
FUNC_MAX = 2
Represents the size of the Function enum.