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

Describes the position of a single bone at a single point in time. More...

List of all members.

Public Member Functions

 Keyframe (int bone, TimeSpan time, Matrix transform)
 Constructs a new keyframe object.

Properties

int Bone [get, set]
 Gets the index of the target bone that is animated by this keyframe.
TimeSpan Time [get, set]
 Gets the time offset from the start of the animation to this keyframe.
Matrix Transform [get, set]
 Gets the bone transform for this keyframe.

Detailed Description

Describes the position of a single bone at a single point in time.


Constructor & Destructor Documentation

AnimationLibrary.Keyframe.Keyframe ( int  bone,
TimeSpan  time,
Matrix  transform 
)

Constructs a new keyframe object.


Property Documentation

Gets the index of the target bone that is animated by this keyframe.

TimeSpan AnimationLibrary.Keyframe.Time [get, set]

Gets the time offset from the start of the animation to this keyframe.

Gets the bone transform for this keyframe.


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