# XcScheme.FrameCaptureMode

> Frame Capture mode.

## Definition

* **Type:** Enum
* **Namespace:** [UnityEditor.iOS.Xcode](/engine/6000.6/script-reference/unityeditor/ios/xcode.md)
* **Assembly:** UnityEditor.iOS.Extensions.Xcode

```csharp
public enum XcScheme.FrameCaptureMode
```

## Remarks

Use the members of the `FrameCaptureMode` enumeration to set the /GPU Frame Capture Mode/ option in the scheme of an Xcode project generated by Unity. These options determine whether GPU frames are captured when using the Metal API.

Additional Resources: [XcScheme.SetFrameCaptureModeOnRun](/engine/6000.6/script-reference/unityeditor/ios/xcode/xcscheme/setframecapturemodeonrun.md).

## Fields

| Value                                                                                                   | Description |
| ------------------------------------------------------------------------------------------------------- | ----------- |
| [Disabled](/engine/6000.6/script-reference/unityeditor/ios/xcode/xcscheme/framecapturemode/disabled.md) | Disabled.   |
| [Metal](/engine/6000.6/script-reference/unityeditor/ios/xcode/xcscheme/framecapturemode/metal.md)       | Metal.      |
