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

_duration: total duration of the animation channel.

_keys: list of animation keys contained in the channel.