コード例 #1
0
 /// <summary>
 /// Set the light estimation mode.
 /// </summary>
 /// <param name="lightEstimationMode">The light estimation mode to set.</param>
 /// <returns>
 /// <c>true</c> if the method successfully set the light estimation mode. Otherwise, <c>false</c>.
 /// </returns>
 public override bool TrySetLightEstimationMode(LightEstimationMode lightEstimationMode)
 {
     return(NativeApi.UnityARKit_Camera_TrySetLightEstimationMode(lightEstimationMode));
 }