Function IRaycastableGraph.Linecast
Checks if the straight line of sight between the two points on the graph is obstructed.
Public
Linecast
(Vector3 start, Vector3 end, GraphNode startNodeHint, outGraphHitInfo hit, List<GraphNode> trace)
Checks if the straight line of sight between the two points on the graph is obstructed.
Public
Linecast
(Vector3 start, Vector3 end, GraphNode startNodeHint, outGraphHitInfo hit, List<GraphNode> trace, System.Func<GraphNode, bool> filter)
Public
Linecast
(Vector3 start, Vector3 end, GraphNode startNodeHint, outGraphHitInfo hit, refTraversalConstraint traversalConstraint, List<GraphNode> trace)
Checks if the straight line of sight between the two points on the graph is obstructed.
Public
Linecast
(Vector3 start, Vector3 end, outGraphHitInfo hit)
Checks if the straight line of sight between the two points on the graph is obstructed.
Public
Linecast
(Vector3 start, Vector3 end, outGraphHitInfo hit, List<GraphNode> trace)
Checks if the straight line of sight between the two points on the graph is obstructed.
Public
Linecast
(Vector3 start, Vector3 end, outGraphHitInfo hit, List<GraphNode> trace, System.Func<GraphNode, bool> filter)
Public
Linecast
(Vector3 start, Vector3 end, outGraphHitInfo hit, refTraversalConstraint traversalConstraint, List<GraphNode> trace=null)
Checks if the straight line of sight between the two points on the graph is obstructed.
Public