Project
Description
The Project
object represents the project folder for the
current RoadRunner session. Use a Project
object to specify the project folder
from which to retrieve asset objects. You can use the asset objects to assign assets to actors
in your scenario. For more information on the RoadRunner project system, see RoadRunner Project and Scene System (RoadRunner).
Creation
To return the Project
object that represents your current RoadRunner project folder, extract the Project
property of your roadrunnerAPI
object and
assign it to a variable. For example, prj = roadrunnerAPI(rrApp).Project
creates the Project
object prj
.
Properties
Object Functions
getAsset | Extract object for specified asset |
createAsset | Create new asset |
Examples
Version History
Introduced in R2025a