mirror of
https://github.com/stan220/godot-docs.git
synced 2026-09-08 20:29:03 +00:00
classref: Sync with current upstream master branch
This commit is contained in:
@@ -14,7 +14,7 @@ VisualScriptComment
|
||||
Brief Description
|
||||
-----------------
|
||||
|
||||
|
||||
A Visual Script node used to annotate the script.
|
||||
|
||||
Member Functions
|
||||
----------------
|
||||
@@ -36,9 +36,16 @@ Member Functions
|
||||
Member Variables
|
||||
----------------
|
||||
|
||||
- :ref:`String<class_string>` **description**
|
||||
- :ref:`Vector2<class_vector2>` **size**
|
||||
- :ref:`String<class_string>` **title**
|
||||
- :ref:`String<class_string>` **description** - The text inside the comment node.
|
||||
- :ref:`Vector2<class_vector2>` **size** - The comment node's size (in pixels).
|
||||
- :ref:`String<class_string>` **title** - The comment node's title.
|
||||
|
||||
Description
|
||||
-----------
|
||||
|
||||
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.
|
||||
|
||||
Member Function Description
|
||||
---------------------------
|
||||
|
||||
Reference in New Issue
Block a user