Class TSpriteAnimation
Unit
CastleGLImages
Declaration
type TSpriteAnimation = class(TObject)
Description
Custom animation of a sprite. Used by TSprite.AddAnimation and TSprite.PlayAnimation. Animation is defined as an array of frames.
Hierarchy
Overview
Methods
Properties
Description
Methods
|
constructor CreateConstantFps(const AFrames: array of Cardinal; const FramesPerSecond: Single); |
|
Properties
|
property Duration: TFloatTime read FDuration; |
Duration, in seconds, of this animation.
|
Generated by PasDoc 0.16.0.