Table of Contents

Enum VisualShaderNodeTransformOp.OperatorEnum

Namespace
Godot
Assembly
GodotSharp.dll
public enum VisualShaderNodeTransformOp.OperatorEnum : long

Fields

ADivB = 7

Divides the transform a by the transform b.

AMinusB = 5

Subtracts the transform a from the transform b.

Add = 4

Adds two transforms.

Axb = 0

Multiplies transform a by the transform b.

AxbComp = 2

Performs a component-wise multiplication of transform a by the transform b.

BDivA = 8

Divides the transform b by the transform a.

BMinusA = 6

Subtracts the transform b from the transform a.

Bxa = 1

Multiplies transform b by the transform a.

BxaComp = 3

Performs a component-wise multiplication of transform b by the transform a.

Max = 9

Represents the size of the VisualShaderNodeTransformOp.OperatorEnum enum.