C# 클래스 winmaped2.MapUIRenderState

파일 보기 프로젝트 열기: Bananattack/verge3

공개 프로퍼티들

프로퍼티 타입 설명
Layers System.Collections.ArrayList

공개 메소드들

메소드 설명
AddLayer ( MapLayer ml ) : void
RemoveLayer ( MapLayer ml ) : void
Setup ( Map map ) : void
this ( int index ) : LayerState

메소드 상세

AddLayer() 공개 메소드

public AddLayer ( MapLayer ml ) : void
ml MapLayer
리턴 void

RemoveLayer() 공개 메소드

public RemoveLayer ( MapLayer ml ) : void
ml MapLayer
리턴 void

Setup() 공개 메소드

public Setup ( Map map ) : void
map Map
리턴 void

this() 공개 메소드

public this ( int index ) : LayerState
index int
리턴 LayerState

프로퍼티 상세

Layers 공개적으로 프로퍼티

public ArrayList,System.Collections Layers
리턴 System.Collections.ArrayList