Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


CaptureNextFrameToFile(string)

Begin capture to the specified file at the beginning of the next frame, and end it at the end of the next frame.
Read time 1 minuteLast updated 12 days ago

Definition

public static void CaptureNextFrameToFile(string path)

Parameters

path

Remarks

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