Table of Contents

Class VisualShaderNodeSwitch

A selector function for use within the visual shader graph.

Inheritance
VisualShaderNodeSwitch

Remarks

Returns an associated value of the op_type type if the provided boolean value is true or false.

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