META contains some data about the Helix engine, such as the options it was initialized with.
Members
-
<static> AUDIO_CONTEXT
-
The Audio Context used for audio playback
-
<static> CURRENT_FRAME_MARK
-
The current frame mark. Used for usage checking in cached programs.
-
<static> INITIALIZED
-
Whether or not Helix has been initialized.
-
<static> OPTIONS
-
The options passed to Helix when initializing. These are possibly updated to reflect the device's capabilties, so it can be used to verify settings.
-
<static> TARGET_CANVAS
-
The canvas used to contain the to-screen renders.
-
<static> TIME
-
The current frame time
-
<static> VR_DISPLAY
-
The WebVR display (if enabled) used for rendering
-
<static> VR_LEFT_EYE_PARAMS
-
The WebVR left eye parameters (if enabled)
-
<static> VR_RIGHT_EYE_PARAMS
-
The WebVR right eye parameters (if enabled)