Scrolling Game Development Kit 2 Help
Scrolling Game Development Kit 2 Help
Scrolling Game Development Kit Coding Reference
LayerBase Class
LayerBase Properties
AbsolutePosition Property
ActualColumns Property
ActualRows Property
CurrentPosition Property
Item Property
Lighting Property
ParentMap Property
ScrollRate Property
Tileset Property
VirtualColumns Property
VirtualRows Property
VisibleArea Property
LayerBase
Item Property
Retrieves or sets the value of a tile at the specified tile coordinate
Namespace:
(Default Namespace)
Assembly:
Default (in Default.exe) Version: 1.0.0.0
Syntax
C#
Copy
public
abstract
int
this
[
int
x
,
int
y
] {
get
;
set
; }
Parameters
x
Type:
System
Int32
y
Type:
System
Int32
Property Value
Type:
Int32
See Also
Reference
LayerBase Class
(Default Namespace) Namespace
Send comments on this topic to
bluemonkmn@users.sourceforge.net