diff options
Diffstat (limited to 'doc/classes/AnimationTree.xml')
-rw-r--r-- | doc/classes/AnimationTree.xml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/classes/AnimationTree.xml b/doc/classes/AnimationTree.xml index 778b5cf513..d240a4967e 100644 --- a/doc/classes/AnimationTree.xml +++ b/doc/classes/AnimationTree.xml @@ -15,12 +15,14 @@ <method name="get_process_callback" qualifiers="const" deprecated="Use [member AnimationMixer.callback_mode_process] instead."> <return type="int" enum="AnimationTree.AnimationProcessCallback" /> <description> + Returns the process notification in which to update animations. </description> </method> <method name="set_process_callback" deprecated="Use [member AnimationMixer.callback_mode_process] instead."> <return type="void" /> <param index="0" name="mode" type="int" enum="AnimationTree.AnimationProcessCallback" /> <description> + Sets the process notification in which to update animations. </description> </method> </methods> |