cocos2d-x  3.3
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
Animation3DData Struct Reference

animation data More...

#include <CCBundle3DData.h>

Classes

struct  QuatKey
 
struct  Vec3Key
 

Public Member Functions

 Animation3DData ()
 
 Animation3DData (const Animation3DData &other)
 
void resetData ()
 

Public Attributes

std::map< std::string,
std::vector< Vec3Key > > 
_translationKeys
 
std::map< std::string,
std::vector< QuatKey > > 
_rotationKeys
 
std::map< std::string,
std::vector< Vec3Key > > 
_scaleKeys
 
float _totalTime
 

Detailed Description

animation data

Constructor & Destructor Documentation

Animation3DData ( )
inline
Animation3DData ( const Animation3DData other)
inline

Member Function Documentation

void resetData ( )
inline

Member Data Documentation

std::map<std::string, std::vector<QuatKey> > _rotationKeys
std::map<std::string, std::vector<Vec3Key> > _scaleKeys
float _totalTime
std::map<std::string, std::vector<Vec3Key> > _translationKeys

The documentation for this struct was generated from the following file: