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

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

공개 메소드들

메소드 설명
AddBounds ( int currentTime, idBounds &bounds, bool removeOriginOffset ) : bool
GetAnimation ( ) : idAnim
GetAnimationTime ( int currentTime ) : int
GetWeight ( int currentTime ) : float
Reset ( idDeclModel modelDef ) : void
idAnimBlend ( ) : System

메소드 상세

AddBounds() 공개 메소드

public AddBounds ( int currentTime, idBounds &bounds, bool removeOriginOffset ) : bool
currentTime int
bounds idBounds
removeOriginOffset bool
리턴 bool

GetAnimation() 공개 메소드

public GetAnimation ( ) : idAnim
리턴 idAnim

GetAnimationTime() 공개 메소드

public GetAnimationTime ( int currentTime ) : int
currentTime int
리턴 int

GetWeight() 공개 메소드

public GetWeight ( int currentTime ) : float
currentTime int
리턴 float

Reset() 공개 메소드

public Reset ( idDeclModel modelDef ) : void
modelDef idDeclModel
리턴 void

idAnimBlend() 공개 메소드

public idAnimBlend ( ) : System
리턴 System