Skip to main content
Version: 10 Jul 2024

EstimateData

NameSpace: LightEstimation

All of the data obtained from a light estimation estimate.

Public Attributes

CubeMap

The data of the HDR cubemap.


public HDRCubemapData CubeMap;

TypeDescription
HDRCubemapDataThe data of the HDR cubemap as it is obtained from a light estimation estimate.

DirectionalLight

The direction and color of the main directional light data.


public MainDirectionalLight DirectionalLight;

TypeDescription
MainDirectionalLightThe direction and color of the main directional light data obtained from the light estimation estimate.

TimeStampNanoSeconds

The timestamp of the light estimation estimate in nanoseconds.


public long TimeStampNanoSeconds;