Table of Contents

Class VisualShaderNodeTransformVecMult

Multiplies a Transform3D and a Vector3 within the visual shader graph.

Inheritance
VisualShaderNodeTransformVecMult

Remarks

A multiplication operation on a transform (4×4 matrix) and a vector, with support for different multiplication operators.

Properties

operator

The multiplication type to be performed. See Operator for options.

var operator : int = 0

Property Value

int

Remarks

  • void set_operator(int value)
  • int get_operator