Description | Hierarchy | Fields | Methods | Properties |
type TAnimatedMeshMD2 = class(TMesh)
Class for using some special functions of MD2 meshes.
![]() |
function GetAnimationName(Index: LongInt): AnsiString; inline; |
![]() |
function GetFrameLoop(const Name: AnsiString; out First, Last, FPS: LongInt) :Boolean; overload; inline; |
![]() |
procedure GetFrameLoop(Anim: TMD2Animation; out First, Last, FPS: LongInt); overload; inline; |
![]() |
property AnimationCount: LongInt read GetAnimationCount; |
![]() |
function GetAnimationName(Index: LongInt): AnsiString; inline; |
Returns the name of a MD2 Animation. |
![]() |
procedure GetFrameLoop(Anim: TMD2Animation; out First, Last, FPS: LongInt); overload; inline; |
Gets the frame loop data for a default MD2 animation type. Parameters
|
![]() |
property AnimationCount: LongInt read GetAnimationCount; |
Get amount of MD2 animations in this mesh. |