A* Pathfinding Project  4.1.16
The A* Pathfinding Project for Unity 3D
IRaycastableGraph Interface Reference

Graph which supports the Linecast method. More...

Detailed Description

Graph which supports the Linecast method.

Public Member Functions

bool Linecast (Vector3 start, Vector3 end)
 
bool Linecast (Vector3 start, Vector3 end, GraphNode hint)
 
bool Linecast (Vector3 start, Vector3 end, GraphNode hint, out GraphHitInfo hit)
 
bool Linecast (Vector3 start, Vector3 end, GraphNode hint, out GraphHitInfo hit, List< GraphNode > trace)
 

Member Function Documentation

◆ Linecast() [1/4]

bool Linecast ( Vector3  start,
Vector3  end 
)

Implemented in GridGraph, and NavmeshBase.

◆ Linecast() [2/4]

bool Linecast ( Vector3  start,
Vector3  end,
GraphNode  hint 
)

Implemented in GridGraph, and NavmeshBase.

◆ Linecast() [3/4]

bool Linecast ( Vector3  start,
Vector3  end,
GraphNode  hint,
out GraphHitInfo  hit 
)

Implemented in GridGraph, and NavmeshBase.

◆ Linecast() [4/4]

bool Linecast ( Vector3  start,
Vector3  end,
GraphNode  hint,
out GraphHitInfo  hit,
List< GraphNode trace 
)

Implemented in GridGraph, and NavmeshBase.


The documentation for this interface was generated from the following file: