void SetCamera(int index) { if(cSetting[index]==null) return; currentCamera = cSetting[index]; currentCamera.Init(); }