Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


FrameCapture

Interface to control XCode Frame Capture.
Read time 1 minuteLast updated 6 days ago

Definition

public class FrameCapture

Static Methods

Method

Description

BeginCaptureToFileBegin Capture to the specified file.
BeginCaptureToXcodeBegin Capture in XCode frame debugger.
CaptureNextFrameToFileBegin capture to the specified file at the beginning of the next frame, and end it at the end of the next frame.
CaptureNextFrameToXcodeBegin capture to Xcode at the beginning of the next frame, and end it at the end of the next frame.
EndCaptureEnd Capture.
IsDestinationSupportedIs Capture destination supported.