diff --git a/doc/base/classes.xml b/doc/base/classes.xml index ac164dddc70..50d550f6b2c 100644 --- a/doc/base/classes.xml +++ b/doc/base/classes.xml @@ -2255,6 +2255,7 @@ + Return the name of the current animation set to the node. @@ -2310,18 +2311,21 @@ + Return true if an animation if currently being played. + Play the animation set in parameter. If no parameter is provided, the current animation is played. + Set the current animation of the node and reinits the frame counter of the animation. @@ -2375,13 +2379,14 @@ + Stop the current animation (does not reset the frame counter). - Emmited when frame is changed. + Emitted when frame is changed. @@ -2398,58 +2403,68 @@ + Return the name of the current animation set to the node. + Return the visible frame index. + Get the [SpriteFrames] resource, which contains all frames. + Return true if an animation if currently being played. + Play the animation set in parameter. If no parameter is provided, the current animation is played. + Set the current animation of the node and reinits the frame counter of the animation. + Set the visible sprite frame index (from the list of frames inside the [SpriteFrames] resource). + Set the [SpriteFrames] resource, which contains all frames. + Stop the current animation (does not reset the frame counter). + Emitted when frame is changed. @@ -2487,6 +2502,7 @@ + Return the index of the specified track. If the track is not found, return -1. @@ -2500,6 +2516,7 @@ + Get the animation step value. @@ -2576,6 +2593,7 @@ + Set the animation step value. @@ -2677,6 +2695,7 @@ + Return true if the given track is imported. Else, return false. @@ -2717,6 +2736,7 @@ + Set the given track as imported or not.