mirror of
https://github.com/thegeneralist01/Scene-Manager-DevRepo
synced 2026-01-11 23:50:29 +01:00
Preparing to remove Redirected property as part of Direct Driver refactor
This commit is contained in:
parent
0915607816
commit
96b535675c
1 changed files with 2 additions and 2 deletions
|
|
@ -26,7 +26,7 @@ namespace SceneManager
|
||||||
Redirected = redirected;
|
Redirected = redirected;
|
||||||
}
|
}
|
||||||
|
|
||||||
public void AssignPropertiesFromDirectedTask(int pathNum, int totalPathWaypoints, int currentWaypoint, bool tasksAssigned, bool dismiss, bool stoppedAtWaypoint, bool redirected)
|
public void AssignPropertiesFromDirectedTask(int pathNum, int totalPathWaypoints, int currentWaypoint, bool tasksAssigned, bool dismiss, bool stoppedAtWaypoint)//, bool redirected)
|
||||||
{
|
{
|
||||||
Path = pathNum;
|
Path = pathNum;
|
||||||
TotalWaypoints = totalPathWaypoints;
|
TotalWaypoints = totalPathWaypoints;
|
||||||
|
|
@ -34,7 +34,7 @@ namespace SceneManager
|
||||||
TasksAssigned = tasksAssigned;
|
TasksAssigned = tasksAssigned;
|
||||||
DismissNow = dismiss;
|
DismissNow = dismiss;
|
||||||
StoppedAtWaypoint = stoppedAtWaypoint;
|
StoppedAtWaypoint = stoppedAtWaypoint;
|
||||||
Redirected = redirected;
|
//Redirected = redirected;
|
||||||
}
|
}
|
||||||
|
|
||||||
public void SetCurrentWaypoint(int currentWaypoint)
|
public void SetCurrentWaypoint(int currentWaypoint)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue