Add Aniation

Animator without animations is useless. So let's add some animations.

The first animation you gonna add will the begin animation. The begin animation is the first animation played in your animator.

Next animations added will be not play without links. So be careful with addAnim in your animator.

Code example :

animator->addAnim(animation, "My unique animation name for animator");

Last updated