Table of Contents

Class VisualShaderNodeIntConstant

A scalar integer constant to be used within the visual shader graph.

Inheritance
VisualShaderNodeIntConstant

Remarks

Translated to int in the shader language.

Properties

constant

An integer constant which represents a state of this node.

var constant : int = 0

Property Value

int

Remarks

  • void set_constant(int value)
  • int get_constant