This commit is contained in:
parent
6546693865
commit
2d7ef4a997
|
@ -347,6 +347,8 @@ public class UnmannedAerialVehicleManage : MonoBehaviour
|
|||
}
|
||||
|
||||
if (Spectrumdetection.Radius > 0)
|
||||
{
|
||||
if (gxWRJCamera&&dzWRJCamera)
|
||||
{
|
||||
gxWRJCamera.orthographicSize = Spectrumdetection.Radius * 1000;
|
||||
dzWRJCamera.orthographicSize = Spectrumdetection.Radius * 1000;
|
||||
|
@ -369,6 +371,7 @@ public class UnmannedAerialVehicleManage : MonoBehaviour
|
|||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
///上传日志
|
||||
|
|
Loading…
Reference in New Issue