Content Loader
Usage
- The
Content LoaderBuilding Block is used to load other content at runtime. - Use it to navigate between different projects or scenarios.
- Combine it with the
Workflowto load content based on interaction.
Settings
The Content Loader has no settings.
Actions
The following actions are available:
- Load Content
Load Content
Loads another project.
| Property | Description |
|---|---|
| Content File (.glb/.c2prj) | Path to the project file that should be loaded |
| Notification Title | Title of the message shown during loading |
The file path is relative within the Files system of the web portal.
Example
Assume you have the following structure:
project-A/
project.c2prj
project-B/
project.c2prjThen the path from project-A to project-B is:
/../project-B/project.c2prjReactions
This Building Block has no reactions.
Last updated on