Unity and Flutter apps Home Page
Work to create apps for generating revenue
Loading...
Searching...
No Matches
Managers.WaypointManagement.WaypointManager Class Reference

Tracks current waypoint and if using timed then time allowed to waypoint In addition if waypointTimeAdds is set to true the remaining waypoint time after one just completed is added to the available time to get to the next waypoint. More...

Inheritance diagram for Managers.WaypointManagement.WaypointManager:

Public Member Functions

bool HasWaypoints ()
void Start ()
void setTimeAllowedToNextWaypoint ()
void ResetWaypoints ()
void NextWaypoint ()
WaypointSubscriber CurrentWaypointSubscriber ()
void AddSubscriber (WaypointSubscriber waypointSubscriber, int index)

Detailed Description

Tracks current waypoint and if using timed then time allowed to waypoint In addition if waypointTimeAdds is set to true the remaining waypoint time after one just completed is added to the available time to get to the next waypoint.

Member Function Documentation

◆ AddSubscriber()

void Managers.WaypointManagement.WaypointManager.AddSubscriber ( WaypointSubscriber waypointSubscriber,
int index )

◆ CurrentWaypointSubscriber()

WaypointSubscriber Managers.WaypointManagement.WaypointManager.CurrentWaypointSubscriber ( )

◆ HasWaypoints()

bool Managers.WaypointManagement.WaypointManager.HasWaypoints ( )

◆ NextWaypoint()

void Managers.WaypointManagement.WaypointManager.NextWaypoint ( )

◆ ResetWaypoints()

void Managers.WaypointManagement.WaypointManager.ResetWaypoints ( )

◆ setTimeAllowedToNextWaypoint()

void Managers.WaypointManagement.WaypointManager.setTimeAllowedToNextWaypoint ( )

◆ Start()

void Managers.WaypointManagement.WaypointManager.Start ( )

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