Class TMapTileSpecRowTile
Unit
Declaration
type TMapTileSpecRowTile = class(TInterfacedObject, IMapTileSpecRowTile)
Description
A single tile in a row of tilespecs
Hierarchy
- TInterfacedObject
- TMapTileSpecRowTile
Overview
Methods
![]() |
function _GetByteSize: Cardinal; |
![]() |
function _GetX: Cardinal; |
![]() |
procedure _SetX(X: Cardinal); |
![]() |
function _GetTileSpec: TMapTileSpec; |
![]() |
procedure _SetTileSpec(TileSpec: TMapTileSpec); |
![]() |
procedure Serialize(Writer: TEoWriter); |
![]() |
class function Deserialize(Reader: TEoReader): TMapTileSpecRowTile; |
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
| |
![]() |
class function Deserialize(Reader: TEoReader): TMapTileSpecRowTile; |
|
Deserializes an instance of Parameters
ReturnsThe deserialized object | |
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.
