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