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

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

Un booléen constant à utiliser dans le graphe de shader visuel.

Description

Has only one output port and no inputs.

Translated to bool in the shader language.

Propriétés

bool

constant

false


Descriptions des propriétés

bool constant = false 🔗

  • void set_constant(value: bool)

  • bool get_constant()

Un booléen constant qui représente l'état de ce nœud.