Пример #1
0
 public void TakeScreenShot()
 {
     audioFlash.Play();
     _Flash.CameraFlash();
     _InputController.SetActive(false);
     animator.SetTrigger("HideOnFlash");
 }
Пример #2
0
 public void TakeScreenShot()
 {
     _Flash.CameraFlash();
     StartCoroutine(CaptureScreenshot());
 }