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...
VisualShaderNodeVec4Parameter
繼承: VisualShaderNodeParameter < VisualShaderNode < Resource < RefCounted < Object
4D 向量參數,在視覺化著色器圖中使用。
說明
翻譯為著色器語言中的 uniform vec4。
屬性
|
||
|
屬性說明
Vector4 default_value = Vector4(0, 0, 0, 0) 🔗
該著色器內部分配的預設值。
bool default_value_enabled = false 🔗
啟用 default_value。