Cogs.Core
|
Public Attributes | |
std::unique_ptr< Skeleton > | skeleton |
std::unique_ptr< PoseData > | pose |
Entity * | root = nullptr |
std::vector< ComponentModel::ComponentHandle > | transformCache |
AnimationCache | cache |
Definition at line 33 of file AnimationSystem.h.
AnimationCache Cogs::Core::AnimationData::cache |
Definition at line 41 of file AnimationSystem.h.
std::unique_ptr<PoseData> Cogs::Core::AnimationData::pose |
Definition at line 36 of file AnimationSystem.h.
Entity* Cogs::Core::AnimationData::root = nullptr |
Definition at line 38 of file AnimationSystem.h.
std::unique_ptr<Skeleton> Cogs::Core::AnimationData::skeleton |
Definition at line 35 of file AnimationSystem.h.
std::vector<ComponentModel::ComponentHandle> Cogs::Core::AnimationData::transformCache |
Definition at line 39 of file AnimationSystem.h.