C# Class Indiefreaks.Xna.Rendering.Instancing.Skinned.Keyframe

Describes the position of a single bone at a single point in time. This is copied directly from the SkinnedModel Sample at creators.xna.com
显示文件 Open project: Indiefreaks/igf

Public Methods

Method Description
Keyframe ( int bone, System.TimeSpan time, Matrix transform ) : System

Constructs a new keyframe object.

Method Details

Keyframe() public method

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