C# Class idTech4.Game.Animation.idAnimManager

Inheritance: IDisposable
Datei anzeigen Open project: iainmckay/idtech4.net

Public Methods

Method Description
Dispose ( ) : void
GetAnimation ( string name ) : idMD5Anim
GetJointIndex ( string name ) : int
GetJointName ( int index ) : string
idAnimManager ( ) : System

Private Methods

Method Description
Dispose ( bool disposing ) : void

Method Details

Dispose() public method

public Dispose ( ) : void
return void

GetAnimation() public method

public GetAnimation ( string name ) : idMD5Anim
name string
return idMD5Anim

GetJointIndex() public method

public GetJointIndex ( string name ) : int
name string
return int

GetJointName() public method

public GetJointName ( int index ) : string
index int
return string

idAnimManager() public method

public idAnimManager ( ) : System
return System