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