Outdated documentation

This documentation page refers to Godot 4.3, and may be outdated or incorrect.
Additionally, this engine version is no longer supported.

Check this page in the stable branch for the latest additions and corrections.

VisualShaderNodeComment

Deprecated: This class has no function anymore and only exists for compatibility.

Inherits: VisualShaderNodeFrame < VisualShaderNodeResizableBase < VisualShaderNode < Resource < RefCounted < Object

Only exists for compatibility. Use VisualShaderNodeFrame as a replacement.

Description

This node was replaced by VisualShaderNodeFrame and only exists to preserve compatibility. In the VisualShader editor it behaves exactly like VisualShaderNodeFrame.

Properties

String

description

""


Property Descriptions

String description = "" 🔗

  • void set_description(value: String)

  • String get_description()

This property only exists to preserve data authored in earlier versions of Godot. It has currently no function.


User-contributed notes

Please read the User-contributed notes policy before submitting a comment.