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

ContentBuildInterface.StopProfileCapture

Declaration

public static ContentBuildProfileEvent[] StopProfileCapture();

Description

Returns an array of ContentBuildProfileEvent structs that contain information for each occuring event. Also stops the profile capture.

Throws an InvalidOperationException if no profile capture has started.