Interface XRInputSourceArray

Represents a list of XRInputSources. It is used in favor of a frozen array type when the contents of the list are expected to change over time, such as with the XRSession inputSources attribute. ref: https://immersive-web.github.io/webxr/#xrinputsourcearray-interface

Hierarchy

  • XRInputSourceArray

Indexable

[n: number]: XRInputSource

Properties

length: number

Methods

  • Parameters

    • callbackfn: ((value, index, array) => void)
    • Optional thisArg: any

    Returns void