mirror of
https://github.com/godotengine/godot-docs.git
synced 2026-01-05 22:09:56 +03:00
Sync classref with current source
This commit is contained in:
@@ -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:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user