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.