Method |
Description |
|
AddOffMeshLinks ( ) : void |
|
|
CalculatePathInternal ( Vector3 sourcePosition, Vector3 targetPosition, int areaMask, NavMeshPath path ) : bool |
|
|
GetAreaCost ( int areaIndex ) : float |
|
|
GetAreaFromName ( string areaName ) : int |
|
|
GetAvoidancePredictionTime ( ) : float |
|
|
GetLayerCost ( int layer ) : float |
|
|
GetNavMeshLayerFromName ( string layerName ) : int |
|
|
GetPathfindingIterationsPerFrame ( ) : int |
|
|
INTERNAL_CALL_CalculatePathInternal ( Vector3 &sourcePosition, Vector3 &targetPosition, int areaMask, NavMeshPath path ) : bool |
|
|
INTERNAL_CALL_FindClosestEdge ( Vector3 &sourcePosition, NavMeshHit &hit, int areaMask ) : bool |
|
|
INTERNAL_CALL_Raycast ( Vector3 &sourcePosition, Vector3 &targetPosition, NavMeshHit &hit, int areaMask ) : bool |
|
|
INTERNAL_CALL_SamplePosition ( Vector3 &sourcePosition, NavMeshHit &hit, float maxDistance, int areaMask ) : bool |
|
|
RestoreNavMesh ( ) : void |
|
|
SetAreaCost ( int areaIndex, float cost ) : void |
|
|
SetAvoidancePredictionTime ( float t ) : void |
|
|
SetLayerCost ( int layer, float cost ) : void |
|
|
SetPathfindingIterationsPerFrame ( int iter ) : void |
|
|
Triangulate ( Vector3 &vertices, int &indices ) : void |
|
|
TriangulateInternal ( ) : object |
|
|