Class TTiledMap.TImage
Unit
CastleTiledMap
Declaration
type TImage = class(TObject)
Description
Image definition.
Hierarchy
Enclosing Class
Overview
Fields
Methods
Description
Fields
|
Format: string; |
Used for embedded images, in combination with a data child element. Valid values are file extensions like png, gif, jpg, bmp, etc. (since 0.9)
|
|
URL: string; |
The reference to the tileset image file (Tiled supports most common image formats).
|
|
Trans: TCastleColorRGB; |
Defines a specific color that is treated as transparent.
|
|
Width: Cardinal; |
The image width in pixels (optional, used for tile index correction when the image changes).
|
|
Height: Cardinal; |
The image height in pixels (optional).
|
|
Data: TData; |
Embedded image data (since 0.9).
|
Methods
|
destructor Destroy; override; |
|
|
procedure DetermineSize; |
|
Generated by PasDoc 0.16.0.