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

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

공개 메소드들

메소드 설명
AddFrameCommand ( idDeclModel modelDef, int frameIndex, idLexer lexer, idDict def ) : string
GetBounds ( idBounds &bounds, int animNumber, int currentTime, int cycleCount ) : bool
GetOrigin ( Vector3 &offset, int animNumber, int currentTime, int cycleCount ) : bool
SetAnimation ( idDeclModel modelDef, string sourceName, string animName, idMD5Anim md5anims ) : void
idAnim ( ) : System

메소드 상세

AddFrameCommand() 공개 메소드

public AddFrameCommand ( idDeclModel modelDef, int frameIndex, idLexer lexer, idDict def ) : string
modelDef idDeclModel
frameIndex int
lexer idTech4.Text.idLexer
def idDict
리턴 string

GetBounds() 공개 메소드

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

GetOrigin() 공개 메소드

public GetOrigin ( Vector3 &offset, int animNumber, int currentTime, int cycleCount ) : bool
offset Vector3
animNumber int
currentTime int
cycleCount int
리턴 bool

SetAnimation() 공개 메소드

public SetAnimation ( idDeclModel modelDef, string sourceName, string animName, idMD5Anim md5anims ) : void
modelDef idDeclModel
sourceName string
animName string
md5anims idMD5Anim
리턴 void

idAnim() 공개 메소드

public idAnim ( ) : System
리턴 System