Toggle navigation
Hot Examples
JP
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
検索
Home
winmaped2
MapUIRenderState
C# Class winmaped2.MapUIRenderState
ファイルを表示
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