Skip to content

Latest commit

 

History

History
44 lines (29 loc) · 1.42 KB

class_visualshadernodeintconstant.rst

File metadata and controls

44 lines (29 loc) · 1.42 KB
github_url:hide

VisualShaderNodeIntConstant

Inherits: :ref:`VisualShaderNode<class_VisualShaderNode>` < :ref:`Resource<class_Resource>` < :ref:`Reference<class_Reference>` < :ref:`Object<class_Object>`

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

Description

Translated to int in the shader language.

Properties

:ref:`int<class_int>` :ref:`constant<class_VisualShaderNodeIntConstant_property_constant>` 0

Property Descriptions

Default 0
Setter set_constant(value)
Getter get_constant()

An integer constant which represents a state of this node.