XRLightProbeInit constructor

XRLightProbeInit({
  1. XRReflectionFormat? reflectionFormat,
})

Implementation

factory XRLightProbeInit({XRReflectionFormat? reflectionFormat}) =>
    XRLightProbeInit._(
        reflectionFormat:
            reflectionFormat?.value ?? XRReflectionFormat.srgba8.value);