Astar3DPath
Inherits: Astar3D
Inherited by:
Description
An implementation of A* for finding the shortest path between two vertices on a connected graph in 3D space.
Enumerations
PointType
NONE.PointType
PASSING.PointType
DEPART.PointType
Properties
| Dictionary(int, PointType) | _type |
Methods
| void | set_point_type(id: int, type: PointType) |
| void | _remove_point_typephysics_proccess(id: int) |
| PointType | get_point_type(id: int) |

Leave a Reply