Resonance Game
Team Walterio Fuchsbauer
 All Classes Namespaces Files Functions Variables Enumerations Properties
AnimationLibrary.AnimationClip Class Reference

An animation clip is the runtime equivalent of the Microsoft.Xna.Framework.Content.Pipeline.Graphics.AnimationContent type. It holds all the keyframes needed to describe a single animation. More...

List of all members.

Public Member Functions

 AnimationClip (TimeSpan duration, List< Keyframe > keyframes)
 Constructs a new animation clip object.

Properties

TimeSpan Duration [get, set]
 Gets the total length of the animation.
List< KeyframeKeyframes [get, set]
 Gets a combined list containing all the keyframes for all bones, sorted by time.

Detailed Description

An animation clip is the runtime equivalent of the Microsoft.Xna.Framework.Content.Pipeline.Graphics.AnimationContent type. It holds all the keyframes needed to describe a single animation.


Constructor & Destructor Documentation

AnimationLibrary.AnimationClip.AnimationClip ( TimeSpan  duration,
List< Keyframe keyframes 
)

Constructs a new animation clip object.


Property Documentation

Gets the total length of the animation.

Gets a combined list containing all the keyframes for all bones, sorted by time.


The documentation for this class was generated from the following file: