C# Class winmaped2.MapUIRenderState

Afficher le fichier Open project: Bananattack/verge3

Méthodes publiques

Свойство Type Description
Layers System.Collections.ArrayList

Méthodes publiques

Méthode Description
AddLayer ( MapLayer ml ) : void
RemoveLayer ( MapLayer ml ) : void
Setup ( Map map ) : void
this ( int index ) : LayerState

Method Details

AddLayer() public méthode

public AddLayer ( MapLayer ml ) : void
ml MapLayer
Résultat void

RemoveLayer() public méthode

public RemoveLayer ( MapLayer ml ) : void
ml MapLayer
Résultat void

Setup() public méthode

public Setup ( Map map ) : void
map Map
Résultat void

this() public méthode

public this ( int index ) : LayerState
index int
Résultat LayerState

Property Details

Layers public_oe property

public ArrayList,System.Collections Layers
Résultat System.Collections.ArrayList