C# Class winmaped2.MapLayer

Afficher le fichier Open project: Bananattack/verge3 Class Usage Examples

Méthodes publiques

Свойство Type Description
Data short[]
HLine int
ID int
Translucency int
_Height int
_Width int
_name string
_type LayerType
parallaxInfo ParallaxInfo
parentmap Map

Méthodes publiques

Méthode Description
MapLayer ( Map parent ) : System
copy ( ) : MapLayer
copyRange ( int x0, int y0, int w, int h ) : MapLayer
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

Method Details

MapLayer() public méthode

public MapLayer ( Map parent ) : System
parent Map
Résultat System

copy() public méthode

public copy ( ) : MapLayer
Résultat MapLayer

copyRange() public méthode

public copyRange ( int x0, int y0, int w, int h ) : MapLayer
x0 int
y0 int
w int
h int
Résultat MapLayer

getTile() public méthode

public getTile ( int x, int y ) : int
x int
y int
Résultat int

resize() public méthode

public resize ( int w, int h ) : void
w int
h int
Résultat void

setTile() public méthode

public setTile ( int x, int y, int val ) : void
x int
y int
val int
Résultat void

size() public méthode

public size ( int w, int h ) : void
w int
h int
Résultat void

Property Details

Data public_oe property

public short[] Data
Résultat short[]

HLine public_oe property

public int HLine
Résultat int

ID public_oe property

public int ID
Résultat int

Translucency public_oe property

public int Translucency
Résultat int

_Height public_oe property

public int _Height
Résultat int

_Width public_oe property

public int _Width
Résultat int

_name public_oe property

public string _name
Résultat string

_type public_oe property

public LayerType _type
Résultat LayerType

parallaxInfo public_oe property

public ParallaxInfo,winmaped2 parallaxInfo
Résultat ParallaxInfo

parentmap public_oe property

public Map,winmaped2 parentmap
Résultat Map