public override void Start()
 {
     //場景開始切換
     sceneControl.Start();
     //攝影機初始化
     cameraManager.Start();
 }