Function PathTracer.AppendPath
AppendPath
(bool toStart, CircularBuffer<GraphNode> path)
Appends the given nodes to the start or to the end of the path, one by one.
Public
void AppendPath (
bool | toStart | |
path |
Appends the given nodes to the start or to the end of the path, one by one.