Path object
The Path class is designed to work with paths in space.
In general, objects of this type are used by agents (Nav3DAgent) when performing a path search. But you can also use Path to find the path for your own purposes.
Of course, working with Path objects is only possible after Nav3D has been initialized.