同步速度
This commit is contained in:
parent
dc78bd3d8b
commit
8da7c900db
|
@ -251,9 +251,6 @@ public class UnmannedAerialVehicleManage : MonoBehaviour
|
||||||
equipmentCommon.SetDatabaseInfo("bdxx", index.ToString());
|
equipmentCommon.SetDatabaseInfo("bdxx", index.ToString());
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// 频段设置
|
/// 频段设置
|
||||||
/// </summary>
|
/// </summary>
|
||||||
|
@ -374,10 +371,6 @@ public class UnmannedAerialVehicleManage : MonoBehaviour
|
||||||
|
|
||||||
if (Spectrumdetection.Radius > 0 && boisp)
|
if (Spectrumdetection.Radius > 0 && boisp)
|
||||||
{
|
{
|
||||||
//if (gxWRJCamera && dzWRJCamera)
|
|
||||||
//{
|
|
||||||
// //gxWRJCamera.orthographicSize = Spectrumdetection.Radius * 1000;
|
|
||||||
|
|
||||||
switch (Spectrumdetection.Radius)
|
switch (Spectrumdetection.Radius)
|
||||||
{
|
{
|
||||||
case 1:
|
case 1:
|
||||||
|
|
Loading…
Reference in New Issue