Toggle navigation
Hot Examples
ZH
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
搜索
Home
Dwarrowdelf
Region
C# Class Dwarrowdelf.Region
显示文件
Open project: tomba/dwarrowdelf
Class Usage Examples
Public Methods
Method
Description
Add
(
IntGrid2Z
rect
) :
void
Add
(
IntGrid3
box
) :
void
Contains
(
IntVector3
p
) :
bool
Remove
(
IntGrid3
box
) :
void
Method Details
Add()
public
method
public
Add
(
IntGrid2Z
rect
) :
void
rect
IntGrid2Z
return
void
Add()
public
method
public
Add
(
IntGrid3
box
) :
void
box
IntGrid3
return
void
Contains()
public
method
public
Contains
(
IntVector3
p
) :
bool
p
IntVector3
return
bool
Remove()
public
method
public
Remove
(
IntGrid3
box
) :
void
box
IntGrid3
return
void