Document some of the VisualScript classes.
This commit is contained in:
@ -1,8 +1,11 @@
|
||||
<?xml version="1.0" encoding="UTF-8" ?>
|
||||
<class name="VisualScriptComment" inherits="VisualScriptNode" category="Core" version="3.0.alpha.custom_build">
|
||||
<brief_description>
|
||||
A Visual Script node used to store information for the developer.
|
||||
</brief_description>
|
||||
<description>
|
||||
A Visual Script node used to display text, so that code is more readable and better documented.
|
||||
Comment nodes can be resized so they encompass a group of nodes.
|
||||
</description>
|
||||
<tutorials>
|
||||
</tutorials>
|
||||
@ -54,10 +57,13 @@
|
||||
</methods>
|
||||
<members>
|
||||
<member name="description" type="String" setter="set_description" getter="get_description">
|
||||
The text inside the comment node.
|
||||
</member>
|
||||
<member name="size" type="Vector2" setter="set_size" getter="get_size">
|
||||
The size (in pixels) of the comment node.
|
||||
</member>
|
||||
<member name="title" type="String" setter="set_title" getter="get_title">
|
||||
The title of the comment node.
|
||||
</member>
|
||||
</members>
|
||||
<constants>
|
||||
|
||||
Reference in New Issue
Block a user