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.

VisualShaderNodeFloatConstant

Hereda: VisualShaderNodeConstant < VisualShaderNode < Resource < RefCounted < Object

Una constante escalar de punto flotante que se utilizará dentro del gráfico de shader visual.

Descripción

Traducido a float en el lenguaje de shaders.

Propiedades

float

constant

0.0


Descripciones de Propiedades

float constant = 0.0 🔗

  • void set_constant(value: float)

  • float get_constant()

Una constante de punto flotante que representa un estado de este nodo.