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
Afficher le fichier Open project: Indiefreaks/igf

Méthodes publiques

Méthode Description
Keyframe ( int bone, System.TimeSpan time, Matrix transform ) : System

Constructs a new keyframe object.

Method Details

Keyframe() public méthode

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