Version: 2021.1

FrameCapture.CaptureNextFrameToFile

切换到手册
public static void CaptureNextFrameToFile (string path);

描述

Begin capture to the specified file at the beginning of the next frame, and end it at the end of the next frame.

This is the same as calling FrameCapture.BeginCaptureToFile and FrameCapture.EndCapture, but with implicit boundaries at the start and end of the frame.