Click or drag to resize

VisualShaderNodeTransformVecMultOperatorEnum Enumeration

[Missing <summary> documentation for "T:Godot.VisualShaderNodeTransformVecMult.OperatorEnum"]

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
public enum OperatorEnum
Members
  Member nameValueDescription
Axb0

Multiplies transform a by the vector b.

Bxa1

Multiplies vector b by the transform a.

Op3x3Axb2

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

Op3x3Bxa3

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

See Also