Property | Type | Description | |
---|---|---|---|
Keyframe | System |
Method | Description | |
---|---|---|
Keyframe ( int bone, System.TimeSpan time, Matrix transform ) : System |
Constructs a new keyframe object.
|
|
ToString ( ) : string |
Method | Description | |
---|---|---|
Keyframe ( ) : System |
Private constructor for use by the XNB deserializer.
|
public Keyframe ( int bone, System.TimeSpan time, Matrix transform ) : System | ||
bone | int | |
time | System.TimeSpan | |
transform | Matrix | |
return | System |