static animation data, shared More...
#include <CCAnimation3D.h>
Classes | |
class | Curve |
Public Member Functions | |
float | getDuration () const |
var | getDuration () |
local | getDuration () |
Curve * | getBoneCurveByName (const std::string &name) const |
var | getBoneCurveByName ( var name) |
local | getBoneCurveByName ( local name) |
virtual | ~Animation3D () |
var | ~Animation3D () |
local | ~Animation3D () |
bool | init (const Animation3DData &data) |
var | init ( var data) |
local | init ( local data) |
Public Member Functions inherited from Ref | |
void | retain () |
Retains the ownership. More... | |
void | release () |
Releases the ownership immediately. More... | |
Ref * | autorelease () |
Releases the ownership sometime soon automatically. More... | |
unsigned int | getReferenceCount () const |
Returns the Ref's current reference count. More... | |
virtual | ~Ref () |
Static Public Member Functions | |
static Animation3D * | getOrCreate (const std::string &filename, const std::string &animationName="") |
Public Attributes | |
CC_CONSTRUCTOR_ACCESS | __pad0__: Animation3D() |
Protected Attributes | |
std::unordered_map < std::string, Curve * > | _boneCurves |
var | _boneCurves |
local | _boneCurves |
float | _duration |
Protected Attributes inherited from Ref | |
unsigned int | _referenceCount |
count of references More... | |
local | _referenceCount |
count of references More... | |
Friends | |
class | Bundle3D |
Additional Inherited Members | |
Protected Member Functions inherited from Ref | |
Ref () | |
Constructor. More... | |
Ref () | |
Constructor. More... | |
static animation data, shared
|
virtual |
|
virtual |
|
virtual |
Curve* getBoneCurveByName | ( | const std::string & | name | ) | const |
var getBoneCurveByName | ( | var | name | ) |
local getBoneCurveByName | ( | local | name | ) |
|
inline |
|
inline |
|
inline |
|
static |
bool init | ( | const Animation3DData & | data | ) |
var init | ( | var | data | ) |
local init | ( | local | data | ) |
|
friend |
|
friend |
|
friend |
CC_CONSTRUCTOR_ACCESS __pad0__ |
var __pad0__ |
local __pad0__ |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |