Table of Contents

Enum VisualShaderNodeTransformVecMult.OperatorEnum

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

Fields

Axb = 0

Multiplies transform a by the vector b.

Bxa = 1

Multiplies vector b by the transform a.

Max = 4

Represents the size of the VisualShaderNodeTransformVecMult.OperatorEnum enum.

Op3X3Axb = 2

Multiplies transform a by the vector b, skipping the last row and column of the transform.

Op3X3Bxa = 3

Multiplies vector b by the transform a, skipping the last row and column of the transform.