Class TCastleTiledMapControl

Unit

Declaration

type TCastleTiledMapControl = class(TUIControl)

Description

Display a 2D tiled map (TMX).

Hierarchy

Overview

Methods

Public constructor Create(AOwner: TComponent); override; overload;
Public constructor Create(AOwner: TComponent; AURL: string); overload;
Public destructor Destroy; override;
Public procedure LoadFromFile(AURL: string);
Public procedure Render; override;

Properties

Public property ObjectsVisible: Boolean read FObjectsVisible write FObjectsVisible;

Description

Methods

Public constructor Create(AOwner: TComponent); override; overload;

If using this constructor then you have to use LoadFromFile procedure after.

Public constructor Create(AOwner: TComponent; AURL: string); overload;
 
Public destructor Destroy; override;
 
Public procedure LoadFromFile(AURL: string);

Load given TMX file to memory and creates structures.

Public procedure Render; override;
 

Properties

Public property ObjectsVisible: Boolean read FObjectsVisible write FObjectsVisible;
 

Generated by PasDoc 0.15.0.