Function: init()
init(
options):Promise<void>
Defined in: src/singletons.ts:66
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>