Sync classref with current source

This commit is contained in:
Rémi Verschelde
2019-10-29 12:48:46 +01:00
parent bbc6682099
commit a72184300f
449 changed files with 14004 additions and 232 deletions

View File

@@ -85,6 +85,8 @@ Property Descriptions
| *Getter* | is_active() |
+-----------+-------------------+
----
.. _class_AnimationTree_property_anim_player:
- :ref:`NodePath<class_NodePath>` **anim_player**
@@ -97,6 +99,8 @@ Property Descriptions
| *Getter* | get_animation_player() |
+-----------+-----------------------------+
----
.. _class_AnimationTree_property_process_mode:
- :ref:`AnimationProcessMode<enum_AnimationTree_AnimationProcessMode>` **process_mode**
@@ -109,6 +113,8 @@ Property Descriptions
| *Getter* | get_process_mode() |
+-----------+-------------------------+
----
.. _class_AnimationTree_property_root_motion_track:
- :ref:`NodePath<class_NodePath>` **root_motion_track**
@@ -121,6 +127,8 @@ Property Descriptions
| *Getter* | get_root_motion_track() |
+-----------+------------------------------+
----
.. _class_AnimationTree_property_tree_root:
- :ref:`AnimationNode<class_AnimationNode>` **tree_root**
@@ -138,10 +146,14 @@ Method Descriptions
- void **advance** **(** :ref:`float<class_float>` delta **)**
----
.. _class_AnimationTree_method_get_root_motion_transform:
- :ref:`Transform<class_Transform>` **get_root_motion_transform** **(** **)** const
----
.. _class_AnimationTree_method_rename_parameter:
- void **rename_parameter** **(** :ref:`String<class_String>` old_name, :ref:`String<class_String>` new_name **)**