Version: Unity 6 Preview (6000.0)
LanguageEnglish
  • C#

ContentBuildInterface.StartProfileCapture

Declaration

public static void StartProfileCapture(Build.Content.ProfileCaptureOptions options);

Parameters

options Used to filter captured events.

Description

Starts a profile capture to record content build profile events.

Throws an InvalidOperationException if the previous profile capture hasn't stopped.