C# Class Dwarrowdelf.TerrainGen.DungeonTerrainGenerator.BSPTree

Afficher le fichier Open project: tomba/dwarrowdelf

Méthodes publiques

Méthode 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 méthode

public BSPTree ( int depth ) : System
depth int
Résultat System

GetLeft() public méthode

public GetLeft ( int i ) : int
i int
Résultat int

GetNodeDepth() public méthode

public GetNodeDepth ( int i ) : int
i int
Résultat int

GetParent() public méthode

public GetParent ( int i ) : int
i int
Résultat int

GetRight() public méthode

public GetRight ( int i ) : int
i int
Résultat int

IsLeaf() public méthode

public IsLeaf ( int i ) : bool
i int
Résultat bool

this() public méthode

public this ( int idx ) : BSPNode
idx int
Résultat BSPNode