Table of Contents

Enum VisualShaderNodeTransformFunc.FunctionEnum

Namespace
Godot
Assembly
GodotSharp.dll
public enum VisualShaderNodeTransformFunc.FunctionEnum : long

Fields

Inverse = 0

Perform the inverse operation on the Transform3D matrix.

Max = 2

Represents the size of the VisualShaderNodeTransformFunc.FunctionEnum enum.

Transpose = 1

Perform the transpose operation on the Transform3D matrix.