Interface IMapTileSpecRowTile
Unit
Declaration
type IMapTileSpecRowTile = interface(IInterface)
Description
A single tile in a row of tilespecs
Attributes
- GUID['{AB540029-E336-593F-AF71-ED16DD4A3C25}']
Hierarchy
- IInterface
- IMapTileSpecRowTile
Overview
Methods
![]() |
function _GetByteSize: Cardinal; |
![]() |
function _GetX: Cardinal; |
![]() |
procedure _SetX(X: Cardinal); |
![]() |
function _GetTileSpec: TMapTileSpec; |
![]() |
procedure _SetTileSpec(TileSpec: TMapTileSpec); |
![]() |
procedure Serialize(Writer: TEoWriter); |
Properties
![]() |
property ByteSize: Cardinal read _GetByteSize; |
![]() |
property X: Cardinal read _GetX write _SetX; |
![]() |
property TileSpec: TMapTileSpec read _GetTileSpec write _SetTileSpec; |
Description
Methods
![]() |
function _GetByteSize: Cardinal; |
|
This item has no description. | |
![]() |
function _GetX: Cardinal; |
|
This item has no description. | |
![]() |
procedure _SetX(X: Cardinal); |
|
This item has no description. | |
![]() |
function _GetTileSpec: TMapTileSpec; |
|
This item has no description. | |
![]() |
procedure _SetTileSpec(TileSpec: TMapTileSpec); |
|
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 X: Cardinal read _GetX write _SetX; |
|
| |
![]() |
property TileSpec: TMapTileSpec read _GetTileSpec write _SetTileSpec; |
|
This item has no description. | |
Generated by PasDoc 0.16.0-snapshot.
