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

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

공개 메소드들

메소드 설명
CreateFrame ( int currentTime, bool force ) : bool
ForceUpdate ( ) : void
GetBounds ( int currentTime, idBounds &bounds ) : bool
GetJoints ( ) : idTech4.Geometry.idJointMatrix[]
SetModel ( string modelName ) : idRenderModel
idAnimator ( idEntity entity ) : System

비공개 메소드들

메소드 설명
FreeData ( ) : void

메소드 상세

CreateFrame() 공개 메소드

public CreateFrame ( int currentTime, bool force ) : bool
currentTime int
force bool
리턴 bool

ForceUpdate() 공개 메소드

public ForceUpdate ( ) : void
리턴 void

GetBounds() 공개 메소드

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

GetJoints() 공개 메소드

public GetJoints ( ) : idTech4.Geometry.idJointMatrix[]
리턴 idTech4.Geometry.idJointMatrix[]

SetModel() 공개 메소드

public SetModel ( string modelName ) : idRenderModel
modelName string
리턴 idTech4.Renderer.idRenderModel

idAnimator() 공개 메소드

public idAnimator ( idEntity entity ) : System
entity idEntity
리턴 System