Property | Type | Description | |
---|---|---|---|
Data | short[] | ||
HLine | int | ||
ID | int | ||
Translucency | int | ||
_Height | int | ||
_Width | int | ||
_name | string | ||
_type | LayerType | ||
parallaxInfo | |||
parentmap |
Method | Description | |
---|---|---|
MapLayer ( |
||
copy ( ) : |
||
copyRange ( int x0, int y0, int w, int h ) : |
||
getTile ( int x, int y ) : int | ||
resize ( int w, int h ) : void | ||
setTile ( int x, int y, int val ) : void | ||
size ( int w, int h ) : void |
public copyRange ( int x0, int y0, int w, int h ) : |
||
x0 | int | |
y0 | int | |
w | int | |
h | int | |
return |
public setTile ( int x, int y, int val ) : void | ||
x | int | |
y | int | |
val | int | |
return | void |