Compare commits

...

2 Commits

Author SHA1 Message Date
YangHua 8f7834a79a Merge branch 'master' of http://git.umayle.com:2023/yulong/NewN_UAVPlane 2024-01-12 17:45:48 +08:00
YangHua 3cfdc09c27 12 2024-01-12 17:45:30 +08:00
1 changed files with 1 additions and 1 deletions

View File

@ -145,7 +145,7 @@ public class UnmannedAerialVehicleManage : MonoBehaviour
[ContextMenu("Test")]
public void Test()
{
MatrixFormation(30, 6);//根据想定数据去设置无人机数量
MatrixFormation(30, 1);//根据想定数据去设置无人机数量
}
// Update is called once per frame