Table of Contents

Class VisualShaderNodeMultiplyAdd

Performs a fused multiply-add operation within the visual shader graph.

Inheritance
VisualShaderNodeMultiplyAdd

Remarks

Uses three operands to compute (a * b + c) expression.

Properties

op_type

A type of operands and returned value.

var op_type : int = 0

Property Value

int

Remarks

  • void set_op_type(int value)
  • int get_op_type