Provides access to data related to the A* module.
static readonly AStar.Navigator navigator
Accesses the model's A* navigator.
AStar.Cell cell = AStar.navigator.getCell(Vec3(10, 3, 0));