Enum VisualShaderNodeTransformVecMult.OperatorEnum
- Namespace
- Godot
- Assembly
- GodotSharp.dll
public enum VisualShaderNodeTransformVecMult.OperatorEnum : long
Fields
Axb = 0
Multiplies transform
a
by the vectorb
.Bxa = 1
Multiplies vector
b
by the transforma
.Max = 4
Represents the size of the VisualShaderNodeTransformVecMult.OperatorEnum enum.
Op3X3Axb = 2
Multiplies transform
a
by the vectorb
, skipping the last row and column of the transform.Op3X3Bxa = 3
Multiplies vector
b
by the transforma
, skipping the last row and column of the transform.