VisualShaderNodeTransformVecMultOperatorEnum Enumeration |
[Missing <summary> documentation for "T:Godot.VisualShaderNodeTransformVecMult.OperatorEnum"]
Namespace: Godot
public enum OperatorEnum
Member name | Value | Description | |
---|---|---|---|
Axb | 0 | Multiplies transform a by the vector b. | |
Bxa | 1 | Multiplies vector b by the transform a. | |
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. |