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.
Checking the stable version of the documentation...
VisualShaderNodeTransformConstant
Eredita: VisualShaderNodeConstant < VisualShaderNode < Resource < RefCounted < Object
Una costante Transform3D per l'uso all'interno del grafico di visual shader.
Descrizione
Una costante Transform3D, che può essere utilizzata come nodo in ingresso.
Proprietà
|
Descrizioni delle proprietà
Transform3D constant = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0) 🔗
void set_constant(value: Transform3D)
Transform3D get_constant()
Una costante Transform3D che rappresenta lo stato di questo nodo.