Contenu principal

RoadRunnerPlatform

Specify RoadRunner platform

Since R2025b

    Description

    The RoadRunnerPlatform object represents the platform of a behavior asset defined in RoadRunner Scenario. For more information about behavior assets in RoadRunner Scenario, see BehaviorAsset.

    Creation

    To create a RoadRunnerPlatform object, use the setPlatform function and specify the platformType argument as "RoadRunnerPlatform".

    To extract the RoadRunnerPlatform object from a BehaviorAsset object for a RoadRunner-defined behavior asset, extract its Platform property. For example, given the BehaviorAsset object builtInBehavior, specifying rrPlatform = builtInBehavior.Platform; returns the RoadRunnerPlatform object rrPlatform.

    Version History

    Introduced in R2025b