C# Class SkinnedModel.Keyframe

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

Private Properties

Property Type Description
Keyframe System

Public Methods

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

Constructs a new keyframe object.

ToString ( ) : string

Private Methods

Method Description
Keyframe ( ) : System

Private constructor for use by the XNB deserializer.

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

ToString() public method

public ToString ( ) : string
return string