Cogs.Core
|
Public Attributes | |
std::vector< AnimationTrack > | tracks |
float | duration |
float | resolution |
std::string | name |
Definition at line 45 of file Animation.h.
float Cogs::Core::AnimationClip::duration |
Definition at line 49 of file Animation.h.
std::string Cogs::Core::AnimationClip::name |
Definition at line 52 of file Animation.h.
float Cogs::Core::AnimationClip::resolution |
Definition at line 50 of file Animation.h.
std::vector<AnimationTrack> Cogs::Core::AnimationClip::tracks |
Definition at line 47 of file Animation.h.