Object TTile
Unit
CastleTiledMap
Declaration
type TTile = object(TObject)
Description
Hierarchy
Overview
Fields
Methods
Description
Fields
 |
Id: Cardinal; |
The local tile ID within its tileset.
|
 |
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)
|
 |
ObjectGroup: TLayers; |
ObjectGroup since 0.10 (internally as layer)
|
Methods
 |
procedure Free; |
|
Generated by PasDoc 0.15.0.
|