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...
VisualShaderNodeUIntParameter¶
继承: VisualShaderNodeParameter < VisualShaderNode < Resource < RefCounted < Object
无符号 int 类型着色器参数(uniform)的可视化着色器节点。
描述¶
无符号 int 类型的 VisualShaderNodeParameter。还可以对值的可接受范围进行自定义。
属性¶
|
||
|
属性说明¶
这个参数的默认值,外部没有设值时使用。必须启用 default_value_enabled;否则默认为 0
。
bool default_value_enabled = false
🔗
如果为 true
,则该节点有自定义默认值。