getLightEstimate method

XRLightEstimate? getLightEstimate(
  1. XRLightProbe lightProbe
)

Implementation

XRLightEstimate? getLightEstimate(XRLightProbe lightProbe) =>
    js_util.callMethod(this, 'getLightEstimate', [lightProbe]);