C# Class winmaped2.MapUIRenderState

Mostra file Open project: Bananattack/verge3

Public Properties

Property Type Description
Layers System.Collections.ArrayList

Public Methods

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

Method Details

AddLayer() public method

public AddLayer ( MapLayer ml ) : void
ml MapLayer
return void

RemoveLayer() public method

public RemoveLayer ( MapLayer ml ) : void
ml MapLayer
return void

Setup() public method

public Setup ( Map map ) : void
map Map
return void

this() public method

public this ( int index ) : LayerState
index int
return LayerState

Property Details

Layers public_oe property

public ArrayList,System.Collections Layers
return System.Collections.ArrayList