docs.unity.cn
    Show / Hide Table of Contents

    Enum LightEstimation

    Defines types of light estimation

    Namespace: UnityEngine.XR.ARFoundation
    Syntax
    [Flags]
    public enum LightEstimation

    Fields

    Name Description Value
    AmbientColor

    An estimate for the average ambient color of the environment.

    AmbientIntensity

    An estimate for the average ambient intensity of the environment.

    AmbientSphericalHarmonics

    Estimate for the spherical harmonics representing the average ambient lighting of the environment.

    MainLightDirection

    An estimate for the direction of the main light in the environment.

    MainLightIntensity

    An estimate for the intensity of the main light in the environment.

    None

    No light estimation.

    Extension Methods

    LightEstimationExtensions.ToFeature()
    LightEstimationExtensions.ToLightEstimationMode()
    Back to top Copyright © 2022 Unity Technologies
    Generated by DocFX
    on Monday, November 7, 2022
    Terms of use