C# 클래스 SkinnedModel.Keyframe

Describes the position of a single bone at a single point in time.
파일 보기 프로젝트 열기: zfedoran/bubblebound 1 사용 예제들

Private Properties

프로퍼티 타입 설명
Keyframe System

공개 메소드들

메소드 설명
Keyframe ( int bone, System.TimeSpan time, Matrix transform ) : System

Constructs a new keyframe object.

ToString ( ) : string

비공개 메소드들

메소드 설명
Keyframe ( ) : System

Private constructor for use by the XNB deserializer.

메소드 상세

Keyframe() 공개 메소드

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

ToString() 공개 메소드

public ToString ( ) : string
리턴 string