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