C# Class idTech4.Game.Animation.idMD5Anim

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

Méthodes publiques

Méthode Description
CheckModelHierarchy ( idRenderModel model ) : void
GetBounds ( int time, int cycleCount ) : idBounds
GetOrigin ( int time, int cycleCount ) : Vector3
LoadAnimation ( string fileName ) : bool
idMD5Anim ( ) : System

Private Methods

Méthode Description
Clear ( ) : void
ConvertTimeToFrame ( int time, int cycleCount ) : FrameBlend

Method Details

CheckModelHierarchy() public méthode

public CheckModelHierarchy ( idRenderModel model ) : void
model idTech4.Renderer.idRenderModel
Résultat void

GetBounds() public méthode

public GetBounds ( int time, int cycleCount ) : idBounds
time int
cycleCount int
Résultat idBounds

GetOrigin() public méthode

public GetOrigin ( int time, int cycleCount ) : Vector3
time int
cycleCount int
Résultat Vector3

LoadAnimation() public méthode

public LoadAnimation ( string fileName ) : bool
fileName string
Résultat bool

idMD5Anim() public méthode

public idMD5Anim ( ) : System
Résultat System