C# 클래스 idTech4.Game.Animation.idMD5Anim

파일 보기 프로젝트 열기: iainmckay/idtech4.net 1 사용 예제들

공개 메소드들

메소드 설명
CheckModelHierarchy ( idRenderModel model ) : void
GetBounds ( int time, int cycleCount ) : idBounds
GetOrigin ( int time, int cycleCount ) : Vector3
LoadAnimation ( string fileName ) : bool
idMD5Anim ( ) : System

비공개 메소드들

메소드 설명
Clear ( ) : void
ConvertTimeToFrame ( int time, int cycleCount ) : FrameBlend

메소드 상세

CheckModelHierarchy() 공개 메소드

public CheckModelHierarchy ( idRenderModel model ) : void
model idTech4.Renderer.idRenderModel
리턴 void

GetBounds() 공개 메소드

public GetBounds ( int time, int cycleCount ) : idBounds
time int
cycleCount int
리턴 idBounds

GetOrigin() 공개 메소드

public GetOrigin ( int time, int cycleCount ) : Vector3
time int
cycleCount int
리턴 Vector3

LoadAnimation() 공개 메소드

public LoadAnimation ( string fileName ) : bool
fileName string
리턴 bool

idMD5Anim() 공개 메소드

public idMD5Anim ( ) : System
리턴 System