Untitled

📰Getting Started | **Updates |** 📝 Guides | 🔢 API | ❓FAQ

Guides Overview

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.

System Methods

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.

Camera

Cursor

Debug Mode

Device

Email

Hand Rays

Inventory

Launch Parameters

Menu

Network

Session

User

Video Capture

Sidebar Table of Contents


Untitled

Copyright © 2021 Enklu, Inc.