9#ifndef fsC3dAnimationDatahdr
10#define fsC3dAnimationDatahdr
12#include <3d/CCAnimation3D.h>
26 cocos2d::Animation3D*
get(
const fsStr& panimationName);
38 fsStr animationNameGet(
const fsStr& pAnimationName)
const;
40 cocos2d::Animation3D* createCocosAnimation(
const fsStr& pAnimationName);
42 std::map<fsStr, cocos2d::Animation3D*> mAnims;
Definition fsC3dAnimationData.h:20
virtual ~fsC3dAnimationData()
friend class fsI3dAnimationData
Definition fsC3dAnimationData.h:21
fsC3dAnimationData(const fsStr &pFileName, const fsStr &pAnimationName)
friend class fsCRetained3dSprite
Definition fsC3dAnimationData.h:22
static fsStr filenameGet(const fsStr &pFileName, const fsStr &pAnimationName)
cocos2d::Animation3D * get(const fsStr &panimationName)
Definition fsI3dAnimationData.h:23