Table of Contents

Class VisualShaderNodeUIntConstant

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

Inheritance
VisualShaderNodeUIntConstant

Remarks

Translated to uint in the shader language.

Properties

constant

An unsigned 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