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
MapColumn
C# Class MapColumn, SRPGCK
ファイルを表示
Open project: JoeOsborn/SRPGCK
Class Usage Examples
Public Methods
Method
Description
Add
(
MapTile,
t
) :
void
At
(
int
i
) :
MapTile,
Clear
( ) :
void
IndexOf
(
MapTile,
t
) :
int
Insert
(
int
idx
,
MapTile,
t
) :
void
MapColumn
( ) :
System
RemoveAt
(
int
i
) :
void
Method Details
Add()
public
method
public
Add
(
MapTile,
t
) :
void
t
MapTile,
return
void
At()
public
method
public
At
(
int
i
) :
MapTile,
i
int
return
MapTile,
Clear()
public
method
public
Clear
( ) :
void
return
void
IndexOf()
public
method
public
IndexOf
(
MapTile,
t
) :
int
t
MapTile,
return
int
Insert()
public
method
public
Insert
(
int
idx
,
MapTile,
t
) :
void
idx
int
t
MapTile,
return
void
MapColumn()
public
method
public
MapColumn
( ) :
System
return
System
RemoveAt()
public
method
public
RemoveAt
(
int
i
) :
void
i
int
return
void