Struct VisualScriptComment
A Visual Script node used to annotate the script.
struct VisualScriptComment
;
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
Name | Type | Description |
---|---|---|
description [get, set]
|
String | The text inside the comment node. |
size [get, set]
|
Vector2 | The comment node's size (in pixels). |
title [get, set]
|
String | The comment node's title. |
Methods
Name | Description |
---|---|
getDescription
|
|
getSize
|
|
getTitle
|
|
setDescription
|
|
setSize
|
|
setTitle
|