ShortLayer Properties |
The ShortLayer 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)
(Inherited from LayerBase.) | |
ActualColumns |
Get the number of columns of tiles in the layer's tile data
(Inherited from LayerBase.) | |
ActualRows |
Get the number of rows of tiles in the layer's tile data
(Inherited from LayerBase.) | |
CurrentPosition |
Gets/Sets the current pixel position of the layer relative to the screen.
(Setting this directly ignores ScrollRate and AbsolutePosition.)
(Inherited from LayerBase.) | |
Item |
Retrieves or sets the value of a tile at the specified tile coordinate
(Overrides LayerBaseItemInt32, Int32.) | |
Lighting |
Determines whether lighing effect are enabled for this layer.
(Inherited from LayerBase.) | |
ParentMap |
Returns the map that owns this layer
(Inherited from LayerBase.) | |
ScrollRate |
Gets the scroll rate that is applied to Move(Point) operations.
(Inherited from LayerBase.) | |
Tileset | (Inherited from LayerBase.) | |
VirtualColumns |
Get the number of columns of tiles in the layer's displayed
virtual scroll space (data is wrapped)
(Inherited from LayerBase.) | |
VirtualRows |
Get the number of rows of tiles in the layer's displayed
virtual scroll space (data is wrapped)
(Inherited from LayerBase.) | |
VisibleArea |
Returns a rectangle within this layer that represents the currently visible portion.
(Inherited from LayerBase.) |