StopProfileCapture()
Returns an array of ContentBuildProfileEvent structs that contain information for each occuring event. Also stops the profile capture.
Read time 1 minuteLast updated 12 days ago
Definition
- Type: Method
- Namespace: UnityEditor.Build.Content
- Assembly: UnityEditor
public static ContentBuildProfileEvent[] StopProfileCapture()
Returns
Type | Description |
|---|---|
| ContentBuildProfileEvent[] |
Remarks
Throws an InvalidOperationException if no profile capture has started.