blob: bf7e012e87f888f6e568abfdfaad3997f163f7ce [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 boolean emulatedPosition;
readonly attribute XRRay targetRay;
readonly attribute XRRigidTransform? gripTransform;
};