Up to date

This page is up to date for Godot 4.2. If you still find outdated information, please open an issue.

VisualShaderNodeComment

继承: VisualShaderNodeResizableBase < VisualShaderNode < Resource < RefCounted < Object

放置在可视化着色器图上的注释节点。

描述

可调整大小的矩形区域,标题 title 和描述 description 均可更改,可用于更好地组织其他可视化着色器节点。

属性

String

description

""

String

title

"Comment"


属性说明

String description = ""

  • void set_description ( String value )

  • String get_description ( )

放置在标题下方的额外说明。


String title = "Comment"

节点的标题。