C# Class idTech4.Game.Animation.idAnimBlend

显示文件 Open project: iainmckay/idtech4.net Class Usage Examples

Public Methods

Method 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 method

public AddBounds ( int currentTime, idBounds &bounds, bool removeOriginOffset ) : bool
currentTime int
bounds idBounds
removeOriginOffset bool
return bool

GetAnimation() public method

public GetAnimation ( ) : idAnim
return idAnim

GetAnimationTime() public method

public GetAnimationTime ( int currentTime ) : int
currentTime int
return int

GetWeight() public method

public GetWeight ( int currentTime ) : float
currentTime int
return float

Reset() public method

public Reset ( idDeclModel modelDef ) : void
modelDef idDeclModel
return void

idAnimBlend() public method

public idAnimBlend ( ) : System
return System