![]() |
Resonance Game
Team Walterio Fuchsbauer
|
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...
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< Keyframe > | Keyframes [get, set] |
Gets a combined list containing all the keyframes for all bones, sorted by time. |
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.
AnimationLibrary.AnimationClip.AnimationClip | ( | TimeSpan | duration, |
List< Keyframe > | keyframes | ||
) |
Constructs a new animation clip object.
TimeSpan AnimationLibrary.AnimationClip.Duration [get, set] |
Gets the total length of the animation.
List<Keyframe> AnimationLibrary.AnimationClip.Keyframes [get, set] |
Gets a combined list containing all the keyframes for all bones, sorted by time.