CaptureNextFrameToFile(string)
Begin capture to the specified file at the beginning of the next frame, and end it at the end of the next frame.
Read time 1 minuteLast updated 12 days ago
Definition
- Type: Method
- Namespace: UnityEngine.Apple
- Assembly: UnityEngine.CoreModule
public static void CaptureNextFrameToFile(string path)
Parameters
Remarks
This is the same as calling FrameCapture.BeginCaptureToFile and FrameCapture.EndCapture, but with implicit boundaries at the start and end of the frame.