C# Class Pathfinding.BBTreeBox

Mostra file Open project: henryj41043/TheUnseen Class Usage Examples

Public Properties

Property Type Description
c1 BBTreeBox
c2 BBTreeBox
node Pathfinding.MeshNode
rect UnityEngine.Rect

Public Methods

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

Method Details

BBTreeBox() public method

public BBTreeBox ( BBTree tree, Pathfinding.MeshNode node ) : System
tree BBTree
node Pathfinding.MeshNode
return System

Contains() public method

public Contains ( Vector3 p ) : bool
p Vector3
return bool

WriteChildren() public method

public WriteChildren ( int level ) : void
level int
return void

Property Details

c1 public_oe property

public BBTreeBox,Pathfinding c1
return BBTreeBox

c2 public_oe property

public BBTreeBox,Pathfinding c2
return BBTreeBox

node public_oe property

public MeshNode,Pathfinding node
return Pathfinding.MeshNode

rect public_oe property

public Rect,UnityEngine rect
return UnityEngine.Rect