SceneScope
Scope for StartProject(string, SceneScope). Controls what happens when execution would leave the named scene.
public enum SceneScope
Fields
Full 0
Start at the named scene; subsequent EnterScene events,
MoveTo to a scene-bound location, and CompleteScene
behave normally — execution can transition into other scenes.
Isolated 1
Start at the named scene and treat any attempt to leave it as the
end of the simulation: an OnSceneBoundaryReached event is
emitted and IsComplete becomes true. Useful for testing a
scene in isolation (path tester, simulator scope picker).