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

#include <CCBundle3DData.h>

Classes

struct  QuatKey
 
struct  Vec3Key
 

Public Member Functions

 Animation3DData ()
 Animation3DData (const Animation3DData &other)
void clear ()

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

Constructor & Destructor Documentation

Animation3DData ( )
inline
Animation3DData ( const Animation3DData other)
inline

Member Function Documentation

void clear ( )
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: