Method
BisAnimationresume
Declaration [src]
void
bis_animation_resume (
BisAnimation* self
)
Description [src]
Resumes a paused animation for self
.
This function must only be used if the animation has been paused with
bis_animation_pause()
.
Sets BisAnimation:state
to BIS_ANIMATION_PLAYING
.
Available since: | 1.0 |