cocos2d-x  3.4
 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 ()
 Animation3DData (const Animation3DData &other)
 Animation3DData ( var other)
 Animation3DData ( local other)
void resetData ()
local 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
var _scaleKeys
local _scaleKeys
float _totalTime
var _totalTime
local _totalTime

Detailed Description

animation data

Constructor & Destructor Documentation

Animation3DData ( )
inline
var Animation3DData ( )
inline
local Animation3DData ( )
inline
Animation3DData ( const Animation3DData other)
inline
var Animation3DData ( var  other)
inline
local Animation3DData ( local  other)
inline

Member Function Documentation

void resetData ( )
inline
var resetData ( )
inline
local resetData ( )
inline

Member Data Documentation

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

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