C# Class Pathfinding.RecastBBTreeBox

Show file Open project: Alx666/ProjectPhoenix Class Usage Examples

Public Properties

Property Type Description
c1 RecastBBTreeBox
c2 RecastBBTreeBox
mesh RecastMeshObj
rect UnityEngine.Rect

Public Methods

Method Description
Contains ( Vector3 p ) : bool
RecastBBTreeBox ( RecastMeshObj mesh ) : System
WriteChildren ( int level ) : void

Method Details

Contains() public method

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

RecastBBTreeBox() public method

public RecastBBTreeBox ( RecastMeshObj mesh ) : System
mesh RecastMeshObj
return System

WriteChildren() public method

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

Property Details

c1 public property

public RecastBBTreeBox,Pathfinding c1
return RecastBBTreeBox

c2 public property

public RecastBBTreeBox,Pathfinding c2
return RecastBBTreeBox

mesh public property

public RecastMeshObj,Pathfinding mesh
return RecastMeshObj

rect public property

public Rect,UnityEngine rect
return UnityEngine.Rect