C# Class SkinnedModel.Keyframe

Describes the position of a single bone at a single point in time.
Afficher le fichier Open project: zfedoran/bubblebound Class Usage Examples

Private Properties

Свойство Type Description
Keyframe System

Méthodes publiques

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

Constructs a new keyframe object.

ToString ( ) : string

Private Methods

Méthode Description
Keyframe ( ) : System

Private constructor for use by the XNB deserializer.

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

ToString() public méthode

public ToString ( ) : string
Résultat string