blob: 0359c6a5fc10ee2bf7160032652da4f022d4f38d [file] [log] [blame]
// Copyright 2018 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
[
SecureContext,
Exposed=Window,
OriginTrialEnabled=WebXR
] interface XRInputPose {
readonly attribute XRRay targetRay;
readonly attribute Float32Array? gripMatrix;
readonly attribute boolean emulatedPosition;
};