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

Eredita: VisualShaderNodeConstant < VisualShaderNode < Resource < RefCounted < Object

Una costante scalare intera da utilizzare all'interno del grafico di visual shader.

Descrizione

Tradotto come int nella lingua di shader.

Proprietà

int

constant

0


Descrizioni delle proprietà

int constant = 0 🔗

  • void set_constant(value: int)

  • int get_constant()

Una costante intera che rappresenta uno stato di questo nodo.