GetSampleFlowEvents(int, List<FlowEvent>)
Gets the flow events that originate from the specific sample.
Read time 1 minuteLast updated 12 days ago
Definition
- Type: Method
- Namespace: UnityEditor.Profiling
- Assembly: UnityEditor.CoreModule
public void GetSampleFlowEvents(int sampleIndex, List<RawFrameDataView.FlowEvent> outFlowEvents)
Parameters
Index of the Profiler sample.
Returns the list of profiler flow events for the sample in the current frame and thread.