TryAcquireLightEstimateValue
Description
Get light estimate value.
Return
Type | Description |
---|---|
light | A light of unity |
caution
It maybe null, plz attention
Method
public Light TryAcquireLightEstimateValue()
Example
private void OnUpdate(){
Debug.Log($"LightEstimate:{ARMODAPI.TryAcquireLightEstimateValue()?.intensity}");
}