getDepthInformation method

XRCPUDepthInformation? getDepthInformation(
  1. XRView view
)

Implementation

XRCPUDepthInformation? getDepthInformation(XRView view) =>
    js_util.callMethod(this, 'getDepthInformation', [view]);