C# Class Pathfinding.BBTree.BBTreeBox

Afficher le fichier Open project: Alx666/ProjectPhoenix Class Usage Examples

Méthodes publiques

Свойство Type Description
left int
node Pathfinding.MeshNode
rect IntRect

Méthodes publiques

Méthode Description
BBTreeBox ( IntRect rect ) : System
BBTreeBox ( Pathfinding.MeshNode node ) : System
Contains ( Vector3 p ) : bool

Method Details

BBTreeBox() public méthode

public BBTreeBox ( IntRect rect ) : System
rect IntRect
Résultat System

BBTreeBox() public méthode

public BBTreeBox ( Pathfinding.MeshNode node ) : System
node Pathfinding.MeshNode
Résultat System

Contains() public méthode

public Contains ( Vector3 p ) : bool
p Vector3
Résultat bool

Property Details

left public_oe property

public int left
Résultat int

node public_oe property

public MeshNode,Pathfinding node
Résultat Pathfinding.MeshNode

rect public_oe property

public IntRect,Pathfinding rect
Résultat IntRect