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

NameTypeDescription
description[get, set] StringThe text inside the comment node.
size[get, set] Vector2The comment node's size (in pixels).
title[get, set] StringThe comment node's title.

Methods

NameDescription
getDescription
getSize
getTitle
setDescription
setSize
setTitle