Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


ContentBuildProfileEvent

Details about a profile event captured using the BeginProfileCapture and EndProfileCapture APIs.
Read time 1 minuteLast updated 12 days ago

Definition

public struct ContentBuildProfileEvent

Fields

Value

Description

MetadataAdditional metadata associated with the event.
NameName of the event.
TimeMicrosecondsTime in microseconds that the event has occurred relative to when the profile capture began.
TypeEnum used to label the event's type.