Enum VisualShaderNodeTransformFunc.FunctionEnum
- Namespace
- Godot
- Assembly
- GodotSharp.dll
public enum VisualShaderNodeTransformFunc.FunctionEnum : long
Fields
Inverse = 0Perform the inverse operation on the Transform3D matrix.
Max = 2Represents the size of the VisualShaderNodeTransformFunc.FunctionEnum enum.
Transpose = 1Perform the transpose operation on the Transform3D matrix.