Class TCastleTiledMapData.TProperty

Unit

Declaration

type TProperty = class(TObject)

Description

This item has no description.

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

Hierarchy

  • TObject
  • TCastleTiledMapData.TProperty

Enclosing Class

Overview

Fields

Public Name: String;
Public Value: String;
Public AType: String;

Description

Fields

Public Name: String;

The name of the property.

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

Public Value: String;

The value of the property.

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

Public AType: String;

The type of the property. Can be string (default), int, float, bool, color or file (since 0.16, with color and file added in 0.17).

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


Generated by PasDoc 0.17.0.snapshot.