2017-09-12 22:42:36 +02:00
|
|
|
<?xml version="1.0" encoding="UTF-8" ?>
|
2020-02-01 02:03:48 +01:00
|
|
|
<class name="VisualScriptComment" inherits="VisualScriptNode" version="4.0">
|
2017-09-12 22:42:36 +02:00
|
|
|
<brief_description>
|
2017-10-06 18:00:57 +02:00
|
|
|
A Visual Script node used to annotate the script.
|
2017-09-12 22:42:36 +02:00
|
|
|
</brief_description>
|
|
|
|
<description>
|
2017-10-06 18:00:57 +02:00
|
|
|
A Visual Script node used to display annotations in the script, so that code may be documented.
|
2017-09-28 12:07:20 +02:00
|
|
|
Comment nodes can be resized so they encompass a group of nodes.
|
2017-09-12 22:42:36 +02:00
|
|
|
</description>
|
|
|
|
<tutorials>
|
|
|
|
</tutorials>
|
|
|
|
<members>
|
2019-06-29 12:38:01 +02:00
|
|
|
<member name="description" type="String" setter="set_description" getter="get_description" default="""">
|
2017-09-28 12:07:20 +02:00
|
|
|
The text inside the comment node.
|
2017-09-12 22:42:36 +02:00
|
|
|
</member>
|
2019-09-24 19:45:03 +02:00
|
|
|
<member name="size" type="Vector2" setter="set_size" getter="get_size" default="Vector2(150, 150)">
|
2017-10-06 18:00:57 +02:00
|
|
|
The comment node's size (in pixels).
|
2017-09-12 22:42:36 +02:00
|
|
|
</member>
|
2019-06-29 12:38:01 +02:00
|
|
|
<member name="title" type="String" setter="set_title" getter="get_title" default=""Comment"">
|
2017-10-06 18:00:57 +02:00
|
|
|
The comment node's title.
|
2017-09-12 22:42:36 +02:00
|
|
|
</member>
|
|
|
|
</members>
|
|
|
|
</class>
|