NNS_G2dGetAnimCtrlCurrentAnimSequence

構文

#include <nnsys/g2d/g2d_Animation.h>
                       
static const NNSG2dAnimSequence* 
NNS_G2dGetAnimCtrlCurrentAnimSequence
( 
    const NNSG2dAnimController*       pAnimCtrl 
);

引数

pAnimCtrl [IN] NNSG2dAnimController 実体

返り値

アニメーションコントローラに関連付けられたアニメーションシーケンス

説明

アニメーションコントローラに関連付けられたアニメーションシーケンスを取得します。

参照

なし

履歴

2005/09/01 初版