C# Class idTech4.Game.Animation.idAnim

Afficher le fichier Open project: iainmckay/idtech4.net Class Usage Examples

Méthodes publiques

Méthode Description
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

Method Details

AddFrameCommand() public méthode

public AddFrameCommand ( idDeclModel modelDef, int frameIndex, idLexer lexer, idDict def ) : string
modelDef idDeclModel
frameIndex int
lexer idTech4.Text.idLexer
def idDict
Résultat string

GetBounds() public méthode

public GetBounds ( idBounds &bounds, int animNumber, int currentTime, int cycleCount ) : bool
bounds idBounds
animNumber int
currentTime int
cycleCount int
Résultat bool

GetOrigin() public méthode

public GetOrigin ( Vector3 &offset, int animNumber, int currentTime, int cycleCount ) : bool
offset Vector3
animNumber int
currentTime int
cycleCount int
Résultat bool

SetAnimation() public méthode

public SetAnimation ( idDeclModel modelDef, string sourceName, string animName, idMD5Anim md5anims ) : void
modelDef idDeclModel
sourceName string
animName string
md5anims idMD5Anim
Résultat void

idAnim() public méthode

public idAnim ( ) : System
Résultat System