docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Interface IProvidesLightEstimation

    Defines the API for a Light Estimation Provider This functionality provider is responsible for light estimation

    Inherited Members
    IFunctionalityProvider.LoadProvider()
    IFunctionalityProvider.ConnectSubscriber(object)
    IFunctionalityProvider.UnloadProvider()
    Namespace: Unity.MARS.Providers
    Assembly: Unity.MARS.Interfaces.dll
    Syntax
    [MovedFrom("Unity.MARS")]
    public interface IProvidesLightEstimation : IFunctionalityProvider

    Methods

    TryGetLightEstimation(out MRLightEstimation)

    Try to get the light estimation data

    Declaration
    bool TryGetLightEstimation(out MRLightEstimation lightEstimation)
    Parameters
    Type Name Description
    MRLightEstimation lightEstimation

    The light estimation data

    Returns
    Type Description
    bool

    Events

    lightEstimationUpdated

    Called when the light estimation changes

    Declaration
    event Action<MRLightEstimation> lightEstimationUpdated
    Event Type
    Type Description
    Action<MRLightEstimation>
    In This Article
    Back to top
    Copyright © 2025 Unity Technologies — Trademarks and terms of use
    • Legal
    • Privacy Policy
    • Cookie Policy
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)