Enum VisualShaderNodeTransformOp.OperatorEnum
- Namespace
- Godot
- Assembly
- GodotSharp.dll
public enum VisualShaderNodeTransformOp.OperatorEnum : long
Fields
ADivB = 7
Divides the transform
a
by the transformb
.AMinusB = 5
Subtracts the transform
a
from the transformb
.Add = 4
Adds two transforms.
Axb = 0
Multiplies transform
a
by the transformb
.AxbComp = 2
Performs a component-wise multiplication of transform
a
by the transformb
.BDivA = 8
Divides the transform
b
by the transforma
.BMinusA = 6
Subtracts the transform
b
from the transforma
.Bxa = 1
Multiplies transform
b
by the transforma
.BxaComp = 3
Performs a component-wise multiplication of transform
b
by the transforma
.Max = 9
Represents the size of the VisualShaderNodeTransformOp.OperatorEnum enum.