Skip to main content

Function: init()

init(options): Promise<void>

Defined in: src/singletons.ts:94

A shortcut for core.init(). Initializes the XR Blocks system and starts the render loop. This is the main entry point for any application.

Parameters

options

Options = ...

Configuration options for the session.

Returns

Promise<void>

See

Core.init