FrameCapture
Interface to control XCode Frame Capture.
Read time 1 minuteLast updated 6 days ago
Definition
- Type: Class
- Namespace: UnityEngine.Apple
- Assembly: UnityEngine.CoreModule
public class FrameCapture
Static Methods
Method | Description |
|---|---|
| BeginCaptureToFile | Begin Capture to the specified file. |
| BeginCaptureToXcode | Begin Capture in XCode frame debugger. |
| CaptureNextFrameToFile | Begin capture to the specified file at the beginning of the next frame, and end it at the end of the next frame. |
| CaptureNextFrameToXcode | Begin capture to Xcode at the beginning of the next frame, and end it at the end of the next frame. |
| EndCapture | End Capture. |
| IsDestinationSupported | Is Capture destination supported. |