diff options
| author | Rémi Verschelde | 2017-11-24 18:10:32 +0100 |
|---|---|---|
| committer | Rémi Verschelde | 2017-11-24 18:10:32 +0100 |
| commit | 92f07fefcd334686e81f56555d83530ae6741c2b (patch) | |
| tree | 8fa1e89cfc407ed7ad9913e27845a72a7eb46598 /doc/classes/AnimationTreePlayer.xml | |
| parent | 31f62f53c516360dcf8688141a5f8a0aebada431 (diff) | |
| download | godot-92f07fefcd334686e81f56555d83530ae6741c2b.tar.gz godot-92f07fefcd334686e81f56555d83530ae6741c2b.tar.zst godot-92f07fefcd334686e81f56555d83530ae6741c2b.zip | |
Diffstat (limited to 'doc/classes/AnimationTreePlayer.xml')
| -rw-r--r-- | doc/classes/AnimationTreePlayer.xml | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/doc/classes/AnimationTreePlayer.xml b/doc/classes/AnimationTreePlayer.xml index 2d48832c8..584e289ec 100644 --- a/doc/classes/AnimationTreePlayer.xml +++ b/doc/classes/AnimationTreePlayer.xml @@ -189,13 +189,6 @@ Disconnects nodes connected to [code]id[/code] at the specified input slot. </description> </method> - <method name="get_animation_process_mode" qualifiers="const"> - <return type="int" enum="AnimationTreePlayer.AnimationProcessMode"> - </return> - <description> - Returns playback process mode of this AnimationTreePlayer. - </description> - </method> <method name="get_base_path" qualifiers="const"> <return type="NodePath"> </return> @@ -480,15 +473,6 @@ Sets whether this AnimationTreePlayer is active. AnimationTreePlayer will start processing if set to active. </description> </method> - <method name="set_animation_process_mode"> - <return type="void"> - </return> - <argument index="0" name="mode" type="int" enum="AnimationTreePlayer.AnimationProcessMode"> - </argument> - <description> - Sets process mode (ANIMATION_PROCESS_*) of this AnimationTreePlayer. - </description> - </method> <method name="set_base_path"> <return type="void"> </return> |
