ProfilerFlowEventType
Defines Profiler flow event type.
Read time 1 minuteLast updated 4 days ago
Definition
- Type: Enum
- Namespace: Unity.Profiling
- Assembly: UnityEngine.CoreModule
public enum ProfilerFlowEventType : byte
Fields
Value | Description |
|---|---|
| Begin | Use for the flow start point. |
| End | Use for the flow end point. |
| Next | Use for the flow continuation point. |
| ParallelNext | Use for the parallel flow continuation point. |