Toggle navigation
Hot Examples
DE
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Suchen
Home
Pathfinding
GraphUpdateShape
C# Class Pathfinding.GraphUpdateShape
Datei anzeigen
Open project: henryj41043/TheUnseen
Class Usage Examples
Public Methods
Method
Description
Contains
(
GraphNode
node
) :
bool
Contains
(
Vector3
point
) :
bool
GetBounds
( ) :
Bounds
Private Methods
Method
Description
CalculateConvexHull
( ) :
void
Method Details
Contains()
public
method
public
Contains
(
GraphNode
node
) :
bool
node
GraphNode
return
bool
Contains()
public
method
public
Contains
(
Vector3
point
) :
bool
point
UnityEngine.Vector3
return
bool
GetBounds()
public
method
public
GetBounds
( ) :
Bounds
return
UnityEngine.Bounds