LayerBase Properties |
The LayerBase type exposes the following members.
Name | Description | |
---|---|---|
AbsolutePosition |
Get or set the position of the layer within the map.
(Does not affect current position until Move(Point) is called)
| |
ActualColumns |
Get the number of columns of tiles in the layer's tile data
| |
ActualRows |
Get the number of rows of tiles in the layer's tile data
| |
CurrentPosition |
Gets/Sets the current pixel position of the layer relative to the screen.
(Setting this directly ignores ScrollRate and AbsolutePosition.)
| |
Item |
Retrieves or sets the value of a tile at the specified tile coordinate
| |
Lighting |
Determines whether lighing effect are enabled for this layer.
| |
ParentMap |
Returns the map that owns this layer
| |
ScrollRate |
Gets the scroll rate that is applied to Move(Point) operations.
| |
Tileset | ||
VirtualColumns |
Get the number of columns of tiles in the layer's displayed
virtual scroll space (data is wrapped)
| |
VirtualRows |
Get the number of rows of tiles in the layer's displayed
virtual scroll space (data is wrapped)
| |
VisibleArea |
Returns a rectangle within this layer that represents the currently visible portion.
|