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