classref: Sync with current master branch (46a568e0a)

This commit is contained in:
Rémi Verschelde
2022-08-31 15:18:54 +02:00
parent b08b95d4f5
commit 465dd176b6
378 changed files with 17124 additions and 13692 deletions
+2 -2
View File
@@ -31,7 +31,7 @@ Methods
+---------------------------+--------------------------------------------------------------------------------------------------------------------+
| :ref:`Node[]<class_Node>` | :ref:`get_selected_nodes<class_EditorSelection_method_get_selected_nodes>` **(** **)** |
+---------------------------+--------------------------------------------------------------------------------------------------------------------+
| :ref:`Array<class_Array>` | :ref:`get_transformable_selected_nodes<class_EditorSelection_method_get_transformable_selected_nodes>` **(** **)** |
| :ref:`Node[]<class_Node>` | :ref:`get_transformable_selected_nodes<class_EditorSelection_method_get_transformable_selected_nodes>` **(** **)** |
+---------------------------+--------------------------------------------------------------------------------------------------------------------+
| void | :ref:`remove_node<class_EditorSelection_method_remove_node>` **(** :ref:`Node<class_Node>` node **)** |
+---------------------------+--------------------------------------------------------------------------------------------------------------------+
@@ -76,7 +76,7 @@ Gets the list of selected nodes.
.. _class_EditorSelection_method_get_transformable_selected_nodes:
- :ref:`Array<class_Array>` **get_transformable_selected_nodes** **(** **)**
- :ref:`Node[]<class_Node>` **get_transformable_selected_nodes** **(** **)**
Gets the list of selected nodes, optimized for transform operations (i.e. moving them, rotating, etc). This list avoids situations where a node is selected and also child/grandchild.