AnimationTrack
Inherited: None
Description
Public Methods
int |
duration () const |
void |
fixCurves () |
int |
hash () const |
std::string |
path () const |
std::string |
property () const |
void |
setDuration (int duration) |
void |
setPath (const std::string path) |
void |
setProperty (const std::string property) |
Static Methods
None
Methods Description
int AnimationTrack::duration () const
Returns a duration of track in milliseconds.
See also setDuration().
void AnimationTrack::fixCurves ()
Tries to fix animation curves in the animation track. Renormalizes existant keyframes and checks the duration.
int AnimationTrack::hash () const
Returns a hash of path and name for quick access.
std::string AnimationTrack::path () const
Returns a path to the object in the hierarchy.
See also setPath().
std::string AnimationTrack::property () const
Returns a property name that will be animated.
See also setProperty().
void AnimationTrack::setDuration (int duration)
Sets a duration of track in milliseconds.
See also *duration*().
void AnimationTrack::setPath (std::string path)
Sets a path to the object in the hierarchy.
See also *path*().
void AnimationTrack::setProperty (std::string property)
Sets a property name that will be animated.
See also *property*().