C# Class Pathfinding.BBTreeBox

Afficher le fichier Open project: henryj41043/TheUnseen Class Usage Examples

Méthodes publiques

Свойство Type Description
c1 BBTreeBox
c2 BBTreeBox
node Pathfinding.MeshNode
rect UnityEngine.Rect

Méthodes publiques

Méthode Description
BBTreeBox ( BBTree tree, Pathfinding.MeshNode node ) : System
Contains ( Vector3 p ) : bool
WriteChildren ( int level ) : void

Method Details

BBTreeBox() public méthode

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

Contains() public méthode

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

WriteChildren() public méthode

public WriteChildren ( int level ) : void
level int
Résultat void

Property Details

c1 public_oe property

public BBTreeBox,Pathfinding c1
Résultat BBTreeBox

c2 public_oe property

public BBTreeBox,Pathfinding c2
Résultat BBTreeBox

node public_oe property

public MeshNode,Pathfinding node
Résultat Pathfinding.MeshNode

rect public_oe property

public Rect,UnityEngine rect
Résultat UnityEngine.Rect