RawFrameDataView.FlowEvent
This struct describes profiler flow and its relation to the specific sample in the frame.
Read time 1 minuteLast updated 10 days ago
Definition
- Type: Struct
- Namespace: UnityEditor.Profiling
- Assembly: UnityEditor.CoreModule
public struct RawFrameDataView.FlowEvent
Fields
Value | Description |
|---|---|
| FlowEventType | Use to determine flow event type. |
| FlowId | Flow identifier. |
| ParentSampleIndex | Use to determine the sample index the flow event belongs to. |