AStar

Description

Provides access to data related to the A* module.

Static Properties

navigator Accesses the model's A* navigator.

Details

Do no remove, this fixes the anchor on doc.flexsim.com

AStar.navigator

static readonly AStar.Navigator navigator

Description

Accesses the model's A* navigator.

AStar.Cell cell = AStar.navigator.getCell(Vec3(10, 3, 0));