Interface IMapTileSpecRow
Unit
Declaration
type IMapTileSpecRow = interface(IInterface)
Description
A row of tilespecs
Attributes
- GUID['{D45DC656-B72D-5A39-B730-49216FE344B6}']
Hierarchy
- IInterface
- IMapTileSpecRow
Overview
Methods
![]() |
function GetByteSize: Cardinal; |
![]() |
function GetY: Cardinal; |
![]() |
procedure SetY(Y: Cardinal); |
![]() |
function GetTiles: TArray<IMapTileSpecRowTile>; |
![]() |
procedure SetTiles(Tiles: TArray<IMapTileSpecRowTile>); |
![]() |
procedure Serialize(Writer: TEoWriter); |
Properties
![]() |
property ByteSize: Cardinal read GetByteSize; |
![]() |
property Y: Cardinal read GetY write SetY; |
![]() |
property Tiles: TArray<IMapTileSpecRowTile> read GetTiles write SetTiles; |
Description
Methods
![]() |
function GetByteSize: Cardinal; |
This item has no description. |
![]() |
function GetY: Cardinal; |
This item has no description. |
![]() |
procedure SetY(Y: Cardinal); |
This item has no description. |
![]() |
function GetTiles: TArray<IMapTileSpecRowTile>; |
This item has no description. |
![]() |
procedure SetTiles(Tiles: TArray<IMapTileSpecRowTile>); |
This item has no description. |
![]() |
procedure Serialize(Writer: TEoWriter); |
Serializes this Parameters
|
Properties
![]() |
property ByteSize: Cardinal read GetByteSize; |
The size of the data that this object was deserialized from.
|
![]() |
property Y: Cardinal read GetY write SetY; |
|
![]() |
property Tiles: TArray<IMapTileSpecRowTile> read GetTiles write SetTiles; |
|
Generated by PasDoc 0.16.0-snapshot.