struct RED::AnimationClip::AnimationChannel
Structure that stores animation channel data.
#include <REDAnimationClip.h>
Public functions:
AnimationChannel ( ) |
Public variables:
double | _duration |
RED::Vector< AnimationKey > | _keys |
Functions documentation
Constructor.
Variables documentation
public double RED::AnimationClip::AnimationChannel::_duration
_duration: total duration of the animation channel.
_keys: list of animation keys contained in the channel.