Record TFrame
Hierarchy Methods Properties
Unit
CastleTiledMap
Declaration
type TFrame = record
Description
Single frame of animation.
Overview
Fields
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.15.0.
|