AI Testing Simulator
Loading...
Searching...
No Matches
AStarWaypoint Class Reference

Represents a Waypoint in A* algorithm with additional properties which is used to find the shortest path between 2 points. More...

Public Member Functions

 AStarWaypoint (int indexInLane, int laneId, Location location)
 Constructor for AStarWaypoint class with indexInLane, laneId, location, actionTypeInfo, triggerList and priority parameters.
 

Properties

int IndexInLane [get, set]
 
int LaneId [get, set]
 
Location Location [get, set]
 

Detailed Description

Represents a Waypoint in A* algorithm with additional properties which is used to find the shortest path between 2 points.

Constructor & Destructor Documentation

◆ AStarWaypoint()

AStarWaypoint.AStarWaypoint ( int  indexInLane,
int  laneId,
Location  location 
)
inline

Constructor for AStarWaypoint class with indexInLane, laneId, location, actionTypeInfo, triggerList and priority parameters.

Parameters
indexInLaneIndex in Lane of the waypoint
laneIdID of the Lane of the waypoint
locationLocation of the waypoint
actionTypeInfoActionType of the waypoint
triggerListList of TriggerInfo objects for the waypoint
priorityPriority of the waypoint. Default value is "overwrite"

The documentation for this class was generated from the following file: