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

Eredita: VisualShaderNodeConstant < VisualShaderNode < Resource < RefCounted < Object

Una costante booleana da utilizzare all'interno del grafico di shader visivo.

Descrizione

Ha solo una porta di uscita e nessun input.

Tradotto come bool nella lingua di shader.

Proprietà

bool

constant

false


Descrizioni delle proprietà

bool constant = false 🔗

  • void set_constant(value: bool)

  • bool get_constant()

Una costante booleana che rappresenta uno stato di questo nodo.