ContentBuildProfileEvent
Details about a profile event captured using the BeginProfileCapture and EndProfileCapture APIs.
Read time 1 minuteLast updated 12 days ago
Definition
- Type: Struct
- Namespace: UnityEditor.Build.Content
- Assembly: UnityEditor.CoreModule
public struct ContentBuildProfileEvent
Fields
Value | Description |
|---|---|
| Metadata | Additional metadata associated with the event. |
| Name | Name of the event. |
| TimeMicroseconds | Time in microseconds that the event has occurred relative to when the profile capture began. |
| Type | Enum used to label the event's type. |