FlexScriptクラス - AStar.Navigator
Description
Provides access to data and methods related to a model's A* navigator.
Methods
Details
Do no remove, this fixes the anchor on doc.flexsim.com
Parameters
modelLoc |
The target model location. |
Description
Gets the cell associated with a given model location.
AStar.Cell cell = AStar.navigator.getCell(Vec3(10, 3, 0));
Do no remove, this fixes the anchor on doc.flexsim.com
Parameters
Description
Gets the model location associated with a given AStar.Cell.
Vec3 loc = AStar.navigator.getLocation(traveler.travelPath[1].cell);