Table of Contents

Class VisualShaderNodeFloatConstant

A scalar floating-point constant to be used within the visual shader graph.

Inheritance
VisualShaderNodeFloatConstant

Remarks

Translated to float in the shader language.

Properties

constant

A floating-point constant which represents a state of this node.

var constant : float = 0.0

Property Value

float

Remarks

  • void set_constant(float value)
  • float get_constant