diff options
| author | Bojidar Marinov | 2017-09-28 13:07:20 +0300 |
|---|---|---|
| committer | Bojidar Marinov | 2017-10-03 12:01:53 +0300 |
| commit | 10469c1962172db954d02a3912053a99e2a0dfa3 (patch) | |
| tree | e17f745f2a44e5d5d358406f72f08ea177b4ba78 /doc/classes/VisualScriptComment.xml | |
| parent | 62cb43bb8dec8f5078012b58ff06a2077078565f (diff) | |
| download | godot-10469c1962172db954d02a3912053a99e2a0dfa3.tar.gz godot-10469c1962172db954d02a3912053a99e2a0dfa3.tar.zst godot-10469c1962172db954d02a3912053a99e2a0dfa3.zip | |
Document some of the VisualScript classes.
Diffstat (limited to '')
| -rw-r--r-- | doc/classes/VisualScriptComment.xml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/classes/VisualScriptComment.xml b/doc/classes/VisualScriptComment.xml index be4eefd77..da65998e7 100644 --- a/doc/classes/VisualScriptComment.xml +++ b/doc/classes/VisualScriptComment.xml @@ -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> |
