This commit is contained in:
yulong 2024-03-05 18:32:06 +08:00
parent 6546693865
commit 2d7ef4a997
1 changed files with 20 additions and 17 deletions

View File

@ -347,6 +347,8 @@ public class UnmannedAerialVehicleManage : MonoBehaviour
} }
if (Spectrumdetection.Radius > 0) if (Spectrumdetection.Radius > 0)
{
if (gxWRJCamera&&dzWRJCamera)
{ {
gxWRJCamera.orthographicSize = Spectrumdetection.Radius * 1000; gxWRJCamera.orthographicSize = Spectrumdetection.Radius * 1000;
dzWRJCamera.orthographicSize = Spectrumdetection.Radius * 1000; dzWRJCamera.orthographicSize = Spectrumdetection.Radius * 1000;
@ -369,6 +371,7 @@ public class UnmannedAerialVehicleManage : MonoBehaviour
} }
} }
} }
}
/// <summary> /// <summary>
///上传日志 ///上传日志