C# Class idTech4.Game.Animation.idAnimBlend

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

Méthodes publiques

Méthode Description
AddBounds ( int currentTime, idBounds &bounds, bool removeOriginOffset ) : bool
GetAnimation ( ) : idAnim
GetAnimationTime ( int currentTime ) : int
GetWeight ( int currentTime ) : float
Reset ( idDeclModel modelDef ) : void
idAnimBlend ( ) : System

Method Details

AddBounds() public méthode

public AddBounds ( int currentTime, idBounds &bounds, bool removeOriginOffset ) : bool
currentTime int
bounds idBounds
removeOriginOffset bool
Résultat bool

GetAnimation() public méthode

public GetAnimation ( ) : idAnim
Résultat idAnim

GetAnimationTime() public méthode

public GetAnimationTime ( int currentTime ) : int
currentTime int
Résultat int

GetWeight() public méthode

public GetWeight ( int currentTime ) : float
currentTime int
Résultat float

Reset() public méthode

public Reset ( idDeclModel modelDef ) : void
modelDef idDeclModel
Résultat void

idAnimBlend() public méthode

public idAnimBlend ( ) : System
Résultat System