public void TakeScreenShot() { audioFlash.Play(); _Flash.CameraFlash(); _InputController.SetActive(false); animator.SetTrigger("HideOnFlash"); }
public void TakeScreenShot() { _Flash.CameraFlash(); StartCoroutine(CaptureScreenshot()); }