mirror of
https://github.com/godotengine/godot-docs-l10n.git
synced 2025-12-31 09:49:22 +03:00
Currently including `zh_CN` and `es` which both have very high completion ratios. Others will be added once they reach a significant percentage too. These RST files will be used by godot-docs in place of its `classes` folder after we sync with https://github.com/godotengine/godot-docs/pull/5458. The update workflow is manual for now (example for `zh_CN`): - Build `godotengine/godot` in the branch we currently track (now `3.x`) - Run `godot --doctool -l zh_CN` - Run `cd doc && make rst LANGARG=zh_CN` - Copy `doc/_build/rst/*` to `classes/zh_CN/` here - Make sure to have `classes/zh_CN/index.rst` copied from `docs/classes`
86 lines
3.3 KiB
ReStructuredText
86 lines
3.3 KiB
ReStructuredText
:github_url: hide
|
|
|
|
.. Generated automatically by doc/tools/make_rst.py in Godot's source tree.
|
|
.. DO NOT EDIT THIS FILE, but the VisualScriptComment.xml source instead.
|
|
.. The source is found in doc/classes or modules/<name>/doc_classes.
|
|
|
|
.. _class_VisualScriptComment:
|
|
|
|
VisualScriptComment
|
|
===================
|
|
|
|
**Inherits:** :ref:`VisualScriptNode<class_VisualScriptNode>` **<** :ref:`Resource<class_Resource>` **<** :ref:`Reference<class_Reference>` **<** :ref:`Object<class_Object>`
|
|
|
|
Un nodo Visual Script usado para anotar el script.
|
|
|
|
Descripción
|
|
----------------------
|
|
|
|
Un nodo de Visual Script utilizado para mostrar anotaciones en el script, para que el código pueda ser documentado.
|
|
|
|
Los nodos de comentarios pueden ser redimensionados para que abarquen un grupo de nodos.
|
|
|
|
Propiedades
|
|
----------------------
|
|
|
|
+-------------------------------+--------------------------------------------------------------------+-------------------------+
|
|
| :ref:`String<class_String>` | :ref:`description<class_VisualScriptComment_property_description>` | ``""`` |
|
|
+-------------------------------+--------------------------------------------------------------------+-------------------------+
|
|
| :ref:`Vector2<class_Vector2>` | :ref:`size<class_VisualScriptComment_property_size>` | ``Vector2( 150, 150 )`` |
|
|
+-------------------------------+--------------------------------------------------------------------+-------------------------+
|
|
| :ref:`String<class_String>` | :ref:`title<class_VisualScriptComment_property_title>` | ``"Comment"`` |
|
|
+-------------------------------+--------------------------------------------------------------------+-------------------------+
|
|
|
|
Descripciones de Propiedades
|
|
--------------------------------------------------------
|
|
|
|
.. _class_VisualScriptComment_property_description:
|
|
|
|
- :ref:`String<class_String>` **description**
|
|
|
|
+-----------+------------------------+
|
|
| *Default* | ``""`` |
|
|
+-----------+------------------------+
|
|
| *Setter* | set_description(value) |
|
|
+-----------+------------------------+
|
|
| *Getter* | get_description() |
|
|
+-----------+------------------------+
|
|
|
|
El texto dentro del nodo de comentarios.
|
|
|
|
----
|
|
|
|
.. _class_VisualScriptComment_property_size:
|
|
|
|
- :ref:`Vector2<class_Vector2>` **size**
|
|
|
|
+-----------+-------------------------+
|
|
| *Default* | ``Vector2( 150, 150 )`` |
|
|
+-----------+-------------------------+
|
|
| *Setter* | set_size(value) |
|
|
+-----------+-------------------------+
|
|
| *Getter* | get_size() |
|
|
+-----------+-------------------------+
|
|
|
|
El tamaño del nodo de comentarios (en píxeles).
|
|
|
|
----
|
|
|
|
.. _class_VisualScriptComment_property_title:
|
|
|
|
- :ref:`String<class_String>` **title**
|
|
|
|
+-----------+------------------+
|
|
| *Default* | ``"Comment"`` |
|
|
+-----------+------------------+
|
|
| *Setter* | set_title(value) |
|
|
+-----------+------------------+
|
|
| *Getter* | get_title() |
|
|
+-----------+------------------+
|
|
|
|
El título del nodo de comentarios.
|
|
|
|
.. |virtual| replace:: :abbr:`virtual (This method should typically be overridden by the user to have any effect.)`
|
|
.. |const| replace:: :abbr:`const (This method has no side effects. It doesn't modify any of the instance's member variables.)`
|
|
.. |vararg| replace:: :abbr:`vararg (This method accepts any number of arguments after the ones described here.)`
|