Click or drag to resize

VisualShaderNodeTransformMultOperatorEnum Enumeration

[Missing <summary> documentation for "T:Godot.VisualShaderNodeTransformMult.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 transform b.

Bxa1

Multiplies transform b by the transform a.

AxbComp2

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

BxaComp3

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

See Also