Search Results for

    Show / Hide Table of Contents

    Class ARMobileLightEstimation

    Estimated scene lighting information associated with a captured video frame in an AR session.

    Inheritance
    object
    DisposableObject
    XRLightEstimation
    ARMobileLightEstimation
    Implements
    IDisposable
    Inherited Members
    XRLightEstimation.Mode
    XRLightEstimation.ColorCorrection
    XRLightEstimation.PixelIntensity
    XRLightEstimation.MainLightDirection
    XRLightEstimation.MainLightIntensity
    XRLightEstimation.EnvironmentProbe
    XRLightEstimation.Destroy()
    DisposableObject.Disposed
    DisposableObject.Dispose()
    DisposableObject.Dispose(bool)
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Evergine.ARMobile.Light
    Assembly: Evergine.ARMobile.dll
    Syntax
    public class ARMobileLightEstimation : XRLightEstimation, IDisposable

    Properties

    AmbientSphericalHarmonics

    Gets or sets ambient spherical harmonics.

    Declaration
    public float[] AmbientSphericalHarmonics { get; set; }
    Property Value
    Type Description
    float[]

    Implements

    IDisposable

    Extension Methods

    ReflectionHelper.GetMemberAssembly(object)
    ReflectionHelper.GetTypeName(object)
    In This Article
    Back to top
    Generated by DocFX