Scenario
Description
The Scenario
object represents the current scenario in
RoadRunner Scenario. Use a Scenario
object to specify the scenario in which to
add scenario components, such as actors and logic.
Creation
To return the Scenario
object that represents your current RoadRunner scenario, extract the Scenario
property of your roadrunnerAPI
object and
assign it to a variable. For example, scnro = roadrunnerAPI(rrApp).Scenario
creates the Scenario
object scnro
.
Properties
Object Functions
addActor | Add actor to RoadRunner scenario |
findSceneAnchor | Extract object for specified scene anchor |
validate | Check RoadRunner scenario for critical errors |
Examples
Version History
Introduced in R2025a
See Also
roadrunnerAPI
| addActor
| findSceneAnchor
| PhaseLogic
| addPhase