diff options
author | RĂ©mi Verschelde <remi@verschelde.fr> | 2022-08-24 15:41:57 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-08-24 15:41:57 +0200 |
commit | a4a4402201ff3a9f2dc6be062c45840176812439 (patch) | |
tree | 71c97ee71f390507ef3296942ad1f27d393ab100 /modules/visual_script/doc_classes/VisualScriptComment.xml | |
parent | 78f3e4cb6a2bf6136caa63defa139e41d9b36953 (diff) | |
parent | b1f392c25e214b331f87737d9e27aad30e95f201 (diff) |
Merge pull request #64822 from akien-mga/sunset-visual-script
Diffstat (limited to 'modules/visual_script/doc_classes/VisualScriptComment.xml')
-rw-r--r-- | modules/visual_script/doc_classes/VisualScriptComment.xml | 23 |
1 files changed, 0 insertions, 23 deletions
diff --git a/modules/visual_script/doc_classes/VisualScriptComment.xml b/modules/visual_script/doc_classes/VisualScriptComment.xml deleted file mode 100644 index cf4b57ca19..0000000000 --- a/modules/visual_script/doc_classes/VisualScriptComment.xml +++ /dev/null @@ -1,23 +0,0 @@ -<?xml version="1.0" encoding="UTF-8" ?> -<class name="VisualScriptComment" inherits="VisualScriptNode" version="4.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../../../doc/class.xsd"> - <brief_description> - A Visual Script node used to annotate the script. - </brief_description> - <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. - </description> - <tutorials> - </tutorials> - <members> - <member name="description" type="String" setter="set_description" getter="get_description" default=""""> - The text inside the comment node. - </member> - <member name="size" type="Vector2" setter="set_size" getter="get_size" default="Vector2(150, 150)"> - The comment node's size (in pixels). - </member> - <member name="title" type="String" setter="set_title" getter="get_title" default=""Comment""> - The comment node's title. - </member> - </members> -</class> |