Package ilcd
Class Graphic

Public Method resumeAnimationEngine

static void resumeAnimationEngine()

Throws:

_INSERT_METHOD_SIGNATURE_HERE_

Description:

Resumes the animation engine when previously stopped via Graphic.suspendAnimationEngine().

Note

Example

Graphic.resumeAnimationEngine();

Resumes the animation engine and all animations at the frame they have stopped.

See also:

Graphic.suspendAnimationEngine()