📰Getting Started | ⭐**Updates |** 📝 Guides | 🔢 API | ❓FAQ
Web Editor Basics
HoloLens
Mobile
Meta Quest
Chapter Series Documentation
Assets
Scripting
Enklu Embedded
API Reference
Release Notes
FAQ
Contact
A global system
object is provided to scripts. This object describes an API for working with objects outside of a specific experience—like devices or experience management.
A handful of methods are exposed for managing the system.
// Places the origin of the experience at the current device position.
system.recenter();
// Terminates the application. This does nothing on non-HoloLens targets.
system.terminate();
// Restarts the application. This does nothing on non-HoloLens targets.
system.restart();
This API has many sub-APIs. Open each collapsed header below to learn about each one.
Sidebar Table of Contents
Copyright © 2021 Enklu, Inc.