#include <nnsys/g2d/g2d_Animation.h>
static const NNSG2dAnimSequence*
NNS_G2dGetAnimCtrlCurrentAnimSequence
(
const NNSG2dAnimController* pAnimCtrl
);
| pAnimCtrl | [IN] NNSG2dAnimController entity |
The animation sequence associated with the animation controller.
Obtains the animation sequence associated with the animation controller.
09/01/2005 Initial version.