Toggle navigation
Hot Examples
EN
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Search
Home
Dwarrowdelf
TerrainGen
DungeonTerrainGenerator.BSPTree
C# Class Dwarrowdelf.TerrainGen.DungeonTerrainGenerator.BSPTree
Show file
Open project: tomba/dwarrowdelf
Public Methods
Method
Description
BSPTree
(
int
depth
) :
System
GetLeft
(
int
i
) :
int
GetNodeDepth
(
int
i
) :
int
GetParent
(
int
i
) :
int
GetRight
(
int
i
) :
int
IsLeaf
(
int
i
) :
bool
this
(
int
idx
) :
BSPNode
Method Details
BSPTree()
public
method
public
BSPTree
(
int
depth
) :
System
depth
int
return
System
GetLeft()
public
method
public
GetLeft
(
int
i
) :
int
i
int
return
int
GetNodeDepth()
public
method
public
GetNodeDepth
(
int
i
) :
int
i
int
return
int
GetParent()
public
method
public
GetParent
(
int
i
) :
int
i
int
return
int
GetRight()
public
method
public
GetRight
(
int
i
) :
int
i
int
return
int
IsLeaf()
public
method
public
IsLeaf
(
int
i
) :
bool
i
int
return
bool
this()
public
method
public
this
(
int
idx
) :
BSPNode
idx
int
return
BSPNode