A* Pathfinding Project  4.1.3
The A* Pathfinding Project for Unity 3D
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Properties Events Macros Groups Pages
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

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 
)

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