getReflectionCubeMap method

WebGLTexture? getReflectionCubeMap(
  1. XRLightProbe lightProbe
)

Implementation

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