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...
VisualShaderNodeComment¶
继承: VisualShaderNodeResizableBase < VisualShaderNode < Resource < RefCounted < Object
放置在可视化着色器图上的注释节点。
描述¶
可调整大小的矩形区域,标题 title 和描述 description 均可更改,可用于更好地组织其他可视化着色器节点。
属性¶
|
||
|
属性说明¶
String description = ""
放置在标题下方的额外说明。
String title = "Comment"
节点的标题。