Class: HmdState

HmdState

new HmdState()

HMD state data.

Source:
  • vr.js, line 953

Members

<readonly> present :boolean

Whether any HMD data is present in this state update. Do not use any other values on this type if this is false.

Type:
  • boolean
Source:
  • vr.js, line 960

<readonly> rotation :Float32Array

Rotation quaternion.

Type:
  • Float32Array
Source:
  • vr.js, line 967