Class TCastleTiledMapData.TFrame
Unit
Declaration
type TFrame = class(TObject)
Description
Single frame of animation.
Hierarchy
- TObject
 - TCastleTiledMapData.TFrame
 
Enclosing Class
Overview
Fields
![]()  | 
TileId: Cardinal; | 
![]()  | 
Duration: Cardinal; | 
Description
Fields
![]()  | 
TileId: Cardinal; | 
| 
 The local ID of a tile within the parent tileset.  | |
![]()  | 
Duration: Cardinal; | 
| 
 How long (in milliseconds) this frame should be displayed before advancing to the next frame.  | |
Generated by PasDoc 0.16.0.
