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.

VisualShaderNodeBooleanConstant

Hereda: VisualShaderNodeConstant < VisualShaderNode < Resource < RefCounted < Object

Una constante booleana para ser usada dentro del gráfico visual del shader.

Descripción

Solo tiene un puerto de salida y no tiene entradas.

Traducido a bool en el lenguaje de los shaders.

Propiedades

bool

constant

false


Descripciones de Propiedades

bool constant = false 🔗

  • void set_constant(value: bool)

  • bool get_constant()

Una constante booleana que representa un estado de este nodo.