# FrameCapture

> Interface to control XCode Frame Capture.

## Definition

* **Type:** Class
* **Namespace:** [UnityEngine.Apple](/engine/6000.6/script-reference/unityengine/apple.md)
* **Assembly:** UnityEngine.CoreModule

```csharp
public class FrameCapture
```

## Static Methods

| Method                                                                                                               | Description                                                                                                      |
| -------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------- |
| [BeginCaptureToFile](/engine/6000.6/script-reference/unityengine/apple/framecapture/begincapturetofile.md)           | Begin Capture to the specified file.                                                                             |
| [BeginCaptureToXcode](/engine/6000.6/script-reference/unityengine/apple/framecapture/begincapturetoxcode.md)         | Begin Capture in XCode frame debugger.                                                                           |
| [CaptureNextFrameToFile](/engine/6000.6/script-reference/unityengine/apple/framecapture/capturenextframetofile.md)   | Begin capture to the specified file at the beginning of the next frame, and end it at the end of the next frame. |
| [CaptureNextFrameToXcode](/engine/6000.6/script-reference/unityengine/apple/framecapture/capturenextframetoxcode.md) | Begin capture to Xcode at the beginning of the next frame, and end it at the end of the next frame.              |
| [EndCapture](/engine/6000.6/script-reference/unityengine/apple/framecapture/endcapture.md)                           | End Capture.                                                                                                     |
| [IsDestinationSupported](/engine/6000.6/script-reference/unityengine/apple/framecapture/isdestinationsupported.md)   | Is Capture destination supported.                                                                                |
