Node which contained the edge which was hit.
If the linecast did not hit anything then this will be set to the last node along the line's path (the one which contains the endpoint).
For layered grid graphs the linecast will return true (i.e: no free line of sight) if, when walking the graph, we ended up at the right X,Z coordinate for the end node, but the end node was on a different level (e.g the floor below or above in a building). In this case no node edge was really hit so this field will still be null.
If the origin was inside an unwalkable node, then this field will be set to that node.
If no node could be found which contained the origin, then this field will be set to null.