Attention: Here be dragons

This is the latest (unstable) version of this documentation, which may document features not available in or compatible with released stable versions of Godot.

VisualShaderNodeIntConstant

Hérite de : VisualShaderNodeConstant < VisualShaderNode < Resource < RefCounted < Object

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

Description

Traduit en int dans le langage du shader.

Propriétés

int

constant

0


Descriptions des propriétés

int constant = 0 🔗

  • void set_constant(value: int)

  • int get_constant()

An integer constant which represents a state of this node.