Class TCastleTiledMapData.TTile
Unit
Declaration
type TTile = class(TObject)
Description
This item has no description.
Hierarchy
- TObject
- TCastleTiledMapData.TTile
Enclosing Class
Overview
Fields
![]() |
Id: Cardinal; |
![]() |
Type: String; |
![]() |
Terrain: TVector4Integer; |
![]() |
Probability: Single; |
![]() |
Properties: TPropertyList; |
![]() |
Image: TImage; |
![]() |
ObjectGroup: TObjectGroupLayer; |
![]() |
Animation: TAnimation; |
![]() |
RendererData: TObject; |
Methods
![]() |
constructor Create; |
![]() |
destructor Destroy; override; |
Description
Fields
![]() |
Id: Cardinal; |
The local tile |
![]() |
Type: String; |
The class of the tile. Is inherited by tile objects. (since 1.0, defaults to '', was saved as class in 1.9) |
![]() |
Terrain: TVector4Integer; |
Defines the terrain type of each corner of the tile, given as comma-separated indexes in the terrain types array in the order top-left, top-right, bottom-left, bottom-right. Leaving out a value means that corner has no terrain. (optional) (since 0.9) |
![]() |
Probability: Single; |
A percentage indicating the probability that this tile is chosen when it competes with others while editing with the terrain tool. (optional) (since 0.9) |
![]() |
Properties: TPropertyList; |
This item has no description. |
![]() |
Image: TImage; |
This item has no description. |
![]() |
ObjectGroup: TObjectGroupLayer; |
|
![]() |
Animation: TAnimation; |
This item has no description. |
![]() |
RendererData: TObject; |
Use to render the tile. Not a part of the file format. In case of X3DLoadInternalTiledMap, this is always TShapeNode. |
Methods
![]() |
constructor Create; |
This item has no description. |
![]() |
destructor Destroy; override; |
This item has no description. |
Generated by PasDoc 0.16.0-snapshot.