C# Class winmaped2.MapRenderManager

Mostra file Open project: Bananattack/verge3

Public Properties

Property Type Description
Layers System.Collections.ArrayList

Public Methods

Method Description
AddLayer ( MapLayer ml ) : void
MoveDown ( MapLayer ml ) : void
MoveUp ( MapLayer ml ) : void
SetRenderString ( Map m, string v ) : void
ToRenderString ( ) : string
update ( Map m ) : void

Method Details

AddLayer() public method

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

MoveDown() public method

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

MoveUp() public method

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

SetRenderString() public method

public SetRenderString ( Map m, string v ) : void
m Map
v string
return void

ToRenderString() public method

public ToRenderString ( ) : string
return string

update() public method

public update ( Map m ) : void
m Map
return void

Property Details

Layers public_oe property

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