C# 클래스 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
파일 보기 프로젝트 열기: Indiefreaks/igf

공개 메소드들

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

Constructs a new keyframe object.

메소드 상세

Keyframe() 공개 메소드

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