C# Class idTech4.Game.Animation.idAnimator

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

Méthodes publiques

Méthode 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

Méthode Description
FreeData ( ) : void

Method Details

CreateFrame() public méthode

public CreateFrame ( int currentTime, bool force ) : bool
currentTime int
force bool
Résultat bool

ForceUpdate() public méthode

public ForceUpdate ( ) : void
Résultat void

GetBounds() public méthode

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

GetJoints() public méthode

public GetJoints ( ) : idTech4.Geometry.idJointMatrix[]
Résultat idTech4.Geometry.idJointMatrix[]

SetModel() public méthode

public SetModel ( string modelName ) : idRenderModel
modelName string
Résultat idTech4.Renderer.idRenderModel

idAnimator() public méthode

public idAnimator ( idEntity entity ) : System
entity idEntity
Résultat System