Sync classref with current source

This commit is contained in:
Rémi Verschelde
2019-07-29 21:15:14 +02:00
parent d1038285ab
commit a20f5e758e
622 changed files with 3970 additions and 1423 deletions

View File

@@ -1,3 +1,5 @@
:github_url: hide
.. Generated automatically by doc/tools/makerst.py in Godot's source tree.
.. DO NOT EDIT THIS FILE, but the EditorSpatialGizmo.xml source instead.
.. The source is found in doc/classes or modules/<name>/doc_classes.
@@ -107,7 +109,7 @@ Add an unscaled billboard for visualization. Call this function during :ref:`red
Commit a handle being edited (handles must have been previously added by :ref:`add_handles<class_EditorSpatialGizmo_method_add_handles>`).
If the cancel parameter is true, an option to restore the edited value to the original is provided.
If the cancel parameter is ``true``, an option to restore the edited value to the original is provided.
.. _class_EditorSpatialGizmo_method_get_handle_name:
@@ -127,7 +129,7 @@ Get actual value of a handle. This value can be anything and used for eventually
- :ref:`EditorSpatialGizmoPlugin<class_EditorSpatialGizmoPlugin>` **get_plugin** **(** **)** const
Return the :ref:`EditorSpatialGizmoPlugin<class_EditorSpatialGizmoPlugin>` that owns this gizmo. It's useful to retrieve materials using :ref:`EditorSpatialGizmoPlugin.get_material<class_EditorSpatialGizmoPlugin_method_get_material>`.
Returns the :ref:`EditorSpatialGizmoPlugin<class_EditorSpatialGizmoPlugin>` that owns this gizmo. It's useful to retrieve materials using :ref:`EditorSpatialGizmoPlugin.get_material<class_EditorSpatialGizmoPlugin_method_get_material>`.
.. _class_EditorSpatialGizmo_method_get_spatial_node: