Table of Contents

Class VisualShaderNodeMix

Linearly interpolates between two values within the visual shader graph.

Inheritance
VisualShaderNodeMix

Remarks

Translates to mix(a, b, weight) in the shader language.

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