Class TCastleTiledMapData.TImage
Unit
Declaration
type TImage = class(TObject)
Description
Image definition.
Hierarchy
- TObject
- TCastleTiledMapData.TImage
Enclosing Class
Overview
Fields
![]() |
Format: String; |
![]() |
Url: String; |
![]() |
Trans: TCastleColorRGB; |
![]() |
Width: Cardinal; |
![]() |
Height: Cardinal; |
![]() |
Data: TData; |
Methods
![]() |
destructor Destroy; override; |
![]() |
procedure DetermineSize; |
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; |
This item has no description. |
![]() |
procedure DetermineSize; |
This item has no description. |
Generated by PasDoc 0.16.0-snapshot.