Class TTiledMap.TTile
Unit
Declaration
type TTile = class(TObject)
Description
Hierarchy
- TObject
- TTiledMap.TTile
Enclosing Class
Overview
Fields
![]() |
Id: Cardinal; |
![]() |
Terrain: TVector4Integer; |
![]() |
Probability: Single; |
![]() |
Properties: TPropertyList; |
![]() |
Image: TImage; |
![]() |
ObjectGroup: TObjectGroupLayer; |
![]() |
Animation: TAnimation; |
Methods
![]() |
constructor Create; |
![]() |
destructor Destroy; override; |
Description
Fields
![]() |
Id: Cardinal; |
|
The local tile | |
![]() |
Terrain: TVector4Integer; |
|
Defines the | |
![]() |
Probability: Single; |
|
A percentage indicating the | |
![]() |
Properties: TPropertyList; |
![]() |
Image: TImage; |
![]() |
ObjectGroup: TObjectGroupLayer; |
|
| |
![]() |
Animation: TAnimation; |
Methods
![]() |
constructor Create; |
![]() |
destructor Destroy; override; |
Generated by PasDoc 0.16.0.
