/// <summary> /// Set the focus mode for the camera. /// </summary> /// <param name="cameraFocusMode">The focus mode to set for the camera.</param> /// <returns> /// <c>true</c> if the method successfully set the focus mode for the camera. Otherwise, <c>false</c>. /// </returns> public override bool TrySetFocusMode(CameraFocusMode cameraFocusMode) { return(NativeApi.UnityARKit_Camera_TrySetFocusMode(cameraFocusMode)); }