Work in progress
Godot documentation is being updated to reflect the latest changes in version
4.0
. Some documentation pages may
still state outdated information. This banner will tell you if you're reading one of such pages.
The contents of this page are up to date. If you can still find outdated information, please open an issue.
VisualShaderNodeComment¶
Inherits: VisualShaderNodeResizableBase < VisualShaderNode < Resource < RefCounted < Object
A comment node to be placed on visual shader graph.
Description¶
A resizable rectangular area with changeable title and description used for better organizing of other visual shader nodes.
Properties¶
|
||
|
Property Descriptions¶
String description = ""
An additional description which placed below the title.
String title = "Comment"
A title of the node.