Files
shinobu/modules/visual_script/doc_classes/VisualScriptComment.xml
T

30 lines
938 B
XML
Raw Normal View History

<?xml version="1.0" encoding="UTF-8" ?>
<class name="VisualScriptComment" inherits="VisualScriptNode" category="Core" version="3.1">
<brief_description>
2017-10-06 09:00:57 -07:00
A Visual Script node used to annotate the script.
</brief_description>
<description>
2017-10-06 09:00:57 -07:00
A Visual Script node used to display annotations in the script, so that code may be documented.
2017-09-28 13:07:20 +03:00
Comment nodes can be resized so they encompass a group of nodes.
</description>
<tutorials>
</tutorials>
<demos>
</demos>
<methods>
</methods>
<members>
2017-09-13 08:49:40 +02:00
<member name="description" type="String" setter="set_description" getter="get_description">
2017-09-28 13:07:20 +03:00
The text inside the comment node.
</member>
2017-09-13 08:49:40 +02:00
<member name="size" type="Vector2" setter="set_size" getter="get_size">
2017-10-06 09:00:57 -07:00
The comment node's size (in pixels).
</member>
2017-09-13 08:49:40 +02:00
<member name="title" type="String" setter="set_title" getter="get_title">
2017-10-06 09:00:57 -07:00
The comment node's title.
</member>
</members>
<constants>
</constants>
</class>