class in UnityEngine.Apple
/
Implemented in:UnityEngine.CoreModule
Thank you for helping us improve the quality of Unity Documentation. Although we cannot accept all submissions, we do read each suggested change from our users and will make updates where applicable.
CloseFor some reason your suggested change could not be submitted. Please <a>try again</a> in a few minutes. And thank you for taking the time to help us improve the quality of Unity Documentation.
CloseInterface to control XCode Frame Capture.
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. |