|
@@ -1,10 +1,10 @@
|
|
<?xml version="1.0" encoding="UTF-8" ?>
|
|
<?xml version="1.0" encoding="UTF-8" ?>
|
|
<class name="VisualScriptComment" inherits="VisualScriptNode" category="Core" version="3.0.alpha.custom_build">
|
|
<class name="VisualScriptComment" inherits="VisualScriptNode" category="Core" version="3.0.alpha.custom_build">
|
|
<brief_description>
|
|
<brief_description>
|
|
- A Visual Script node used to store information for the developer.
|
|
|
|
|
|
+ A Visual Script node used to annotate the script.
|
|
</brief_description>
|
|
</brief_description>
|
|
<description>
|
|
<description>
|
|
- A Visual Script node used to display text, so that code is more readable and better documented.
|
|
|
|
|
|
+ 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.
|
|
Comment nodes can be resized so they encompass a group of nodes.
|
|
</description>
|
|
</description>
|
|
<tutorials>
|
|
<tutorials>
|
|
@@ -60,10 +60,10 @@
|
|
The text inside the comment node.
|
|
The text inside the comment node.
|
|
</member>
|
|
</member>
|
|
<member name="size" type="Vector2" setter="set_size" getter="get_size">
|
|
<member name="size" type="Vector2" setter="set_size" getter="get_size">
|
|
- The size (in pixels) of the comment node.
|
|
|
|
|
|
+ The comment node's size (in pixels).
|
|
</member>
|
|
</member>
|
|
<member name="title" type="String" setter="set_title" getter="get_title">
|
|
<member name="title" type="String" setter="set_title" getter="get_title">
|
|
- The title of the comment node.
|
|
|
|
|
|
+ The comment node's title.
|
|
</member>
|
|
</member>
|
|
</members>
|
|
</members>
|
|
<constants>
|
|
<constants>
|