Interface IMapGraphicRow
Unit
Declaration
type IMapGraphicRow = interface(IInterface)
Description
A row in a layer of map graphics
Attributes
- GUID['{CA62B1A5-1C88-533E-89B4-F520F77E9B4D}']
Hierarchy
- IInterface
- IMapGraphicRow
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); |
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
|
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.