W3cubDocs

/Godot 4.2

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

String

description

""

String

title

"Comment"

Property Descriptions

String description = ""

  • void set_description ( String value )
  • String get_description ( )

An additional description which placed below the title.

String title = "Comment"

A title of the node.

© 2014–present Juan Linietsky, Ariel Manzur and the Godot community
Licensed under the Creative Commons Attribution Unported License v3.0.
https://docs.godotengine.org/en/4.2/classes/class_visualshadernodecomment.html