Skip to main content

TryAcquireLightEstimateValue

Description

Get light estimate value.

Return

TypeDescription
lightA light of unity
caution

It maybe null, plz attention

Method

public Light TryAcquireLightEstimateValue()

Example

private void OnUpdate(){
Debug.Log($"LightEstimate:{ARMODAPI.TryAcquireLightEstimateValue()?.intensity}");
}