Class TCastleTiledMapData.TObjectGroupLayer

Unit

Declaration

type TObjectGroupLayer = class(TLayer)

Description

This item has no description.

Source: src/scene/castletiledmap_data.inc (line 180).

Hierarchy

Enclosing Class

Overview

Fields

Public DrawOrder: TObjectsDrawOrder;
Public Objects: TTiledObjectList;

Methods

Public constructor Create;
Public destructor Destroy; override;

Description

Fields

Public DrawOrder: TObjectsDrawOrder;

Whether the objects are drawn according to the order of appearance ("index") or sorted by their y-coordinate ("topdown"). Defaults to "topdown".

Source: src/scene/castletiledmap_data.inc (line 189).

Public Objects: TTiledObjectList;

This item has no description.

Source: src/scene/castletiledmap_data.inc (line 190).

Methods

Public constructor Create;

This item has no description.

Source: src/scene/castletiledmap_data.inc (line 191).

Public destructor Destroy; override;

This item has no description.

Source: src/scene/castletiledmap_data.inc (line 192).


Generated by PasDoc 0.17.0.snapshot.