C# Class idTech4.Game.Animation.idAnimator

Show file Open project: iainmckay/idtech4.net Class Usage Examples

Public Methods

Method Description
CreateFrame ( int currentTime, bool force ) : bool
ForceUpdate ( ) : void
GetBounds ( int currentTime, idBounds &bounds ) : bool
GetJoints ( ) : idTech4.Geometry.idJointMatrix[]
SetModel ( string modelName ) : idRenderModel
idAnimator ( idEntity entity ) : System

Private Methods

Method Description
FreeData ( ) : void

Method Details

CreateFrame() public method

public CreateFrame ( int currentTime, bool force ) : bool
currentTime int
force bool
return bool

ForceUpdate() public method

public ForceUpdate ( ) : void
return void

GetBounds() public method

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

GetJoints() public method

public GetJoints ( ) : idTech4.Geometry.idJointMatrix[]
return idTech4.Geometry.idJointMatrix[]

SetModel() public method

public SetModel ( string modelName ) : idRenderModel
modelName string
return idTech4.Renderer.idRenderModel

idAnimator() public method

public idAnimator ( idEntity entity ) : System
entity idEntity
return System