Scene Nodes
These nodes allow to manage scene loading, transitions, visual effects, and tutorial-related behavior.
Flow Nodes
Platform Recognizer Switch Node
🔍
Reflectis>Flow>Reflectis Platform: Switch
This Node allows to differentiate actions for the different platforms.
The control output flows are:
- VR, executed when running on the VR platform
- WebGL, executed when running on the WebGL platform.
Tutorial Enable Node
🔍
Reflectis>Flow>Reflectis Tutorial: Enable
This Node allows to activate the tutorial panel.
- ⬇️ Input:
- Enable (
bool), whether to enable (true) or disable (false) the tutorial panel.
- Enable (
Change Scene Node
🔍
Reflectis>Flow>Reflectis Platform: Change Scene
This Node loads a different scene identified by its addressable name. This is an awaitable node.
- ⬇️ Input:
- SceneAddressableName (
string), the addressable name of the scene to load.
- SceneAddressableName (
Check Scene Availability Node
🔍
Reflectis>Flow>Reflectis Platform: Check Scene Availability
This Node checks if a scene is available for loading. This is an awaitable node.
-
⬇️ Input:
- SceneAddressableName (
string), the addressable name of the scene to check.
- SceneAddressableName (
-
⬆️ Output:
- IsAvailable (
bool), a boolean indicating whether the scene is available.
- IsAvailable (