VisualScriptComment

Inherits: VisualScriptNode < Resource < Reference < Object

A Visual Script node used to annotate the script.

Description

A Visual Script node used to display annotations in the script, so that code may be documented.

Comment nodes can be resized so they encompass a group of nodes.

Properties

Stringdescription“”
Vector2sizeVector2( 150, 150 )
Stringtitle“Comment”

Property Descriptions

Default“”
Setterset_description(value)
Getterget_description()

The text inside the comment node.


DefaultVector2( 150, 150 )
Setterset_size(value)
Getterget_size()

The comment node’s size (in pixels).


Default“Comment”
Setterset_title(value)
Getterget_title()

The comment node’s title.