hgeAnimation::Resume

Resumes the animation from the frame it was stopped at.

void Resume();

Remarks

To update animation's internal timer and keep it playing, you must call the Update method in your frame function.

Requirements

Header: hgeanim.h
Import library: hgehelp.lib

See also

Play, Stop, Update