Class TMapGraphicRow
Unit
Declaration
type TMapGraphicRow = class(TInterfacedObject, IMapGraphicRow)
Description
A row in a layer of map graphics
Hierarchy
- TInterfacedObject
- TMapGraphicRow
Overview
Methods
![]() |
function _GetByteSize: Cardinal; |
![]() |
function _GetY: Cardinal; |
![]() |
procedure _SetY(Y: Cardinal); |
![]() |
function _GetTiles: TArray<IMapGraphicRowTile>; |
![]() |
procedure _SetTiles(Tiles: TArray<IMapGraphicRowTile>); |
![]() |
procedure Serialize(Writer: TEoWriter); |
![]() |
class function Deserialize(Reader: TEoReader): TMapGraphicRow; |
Properties
![]() |
property ByteSize: Cardinal read _GetByteSize; |
![]() |
property Y: Cardinal read _GetY write _SetY; |
![]() |
property Tiles: TArray<IMapGraphicRowTile> 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<IMapGraphicRowTile>; |
|
This item has no description. | |
![]() |
procedure _SetTiles(Tiles: TArray<IMapGraphicRowTile>); |
|
This item has no description. | |
![]() |
procedure Serialize(Writer: TEoWriter); |
|
Serializes this Parameters
| |
![]() |
class function Deserialize(Reader: TEoReader): TMapGraphicRow; |
|
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 Y: Cardinal read _GetY write _SetY; |
|
| |
![]() |
property Tiles: TArray<IMapGraphicRowTile> read _GetTiles write _SetTiles; |
|
| |
Generated by PasDoc 0.16.0-snapshot.
