Assimp
v3.1.1 (June 2014)
|
Represents a FBX animation stack (i.e. More...
Inherits Assimp::FBX::Object.
Public Member Functions | |
AnimationStack (uint64_t id, const Element &element, const std::string &name, const Document &doc) | |
const AnimationLayerList & | Layers () const |
const PropertyTable & | Props () const |
virtual | ~AnimationStack () |
![]() | |
uint64_t | ID () const |
const std::string & | Name () const |
Object (uint64_t id, const Element &element, const std::string &name) | |
const Element & | SourceElement () const |
virtual | ~Object () |
Additional Inherited Members | |
![]() | |
const Element & | element |
const uint64_t | id |
const std::string | name |
Represents a FBX animation stack (i.e.
a list of animation layers)
Assimp::FBX::AnimationStack::AnimationStack | ( | uint64_t | id, |
const Element & | element, | ||
const std::string & | name, | ||
const Document & | doc | ||
) |
|
virtual |
|
inline |
|
inline |