Class TTiledMap.TLayer
Unit
CastleTiledMap
Declaration
type TLayer = class(TObject)
Description
Hierarchy
Enclosing Class
Overview
Fields
Methods
Description
Fields
|
Name: string; |
The name of the layer.
|
|
Opacity: Single; |
The opacity of the layer as a value from 0 to 1. Defaults to 1.
|
|
Visible: Boolean; |
Whether the layer is shown (1) or hidden (0). Defaults to 1.
|
|
OffsetX: Single; |
Rendering offset for this layer in pixels. Defaults to 0. (since 0.14).
|
|
OffsetY: Single; |
Rendering offset for this layer in pixels. Defaults to 0. (since 0.14).
|
|
Properties: TPropertyList; |
|
|
Data: TData; |
|
|
Color: TCastleColorRGB; |
The color used to display the objects in this group.
|
|
Width: Integer; |
The width of the object group in tiles. Meaningless.
|
|
Height: Integer; |
The height of the object group in tiles. Meaningless.
|
Methods
|
constructor Create; |
|
|
destructor Destroy; override; |
|
Generated by PasDoc 0.16.0.