Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


GetSampleFlowEvents(int, List<FlowEvent>)

Gets the flow events that originate from the specific sample.
Read time 1 minuteLast updated 12 days ago

Definition

public void GetSampleFlowEvents(int sampleIndex, List<RawFrameDataView.FlowEvent> outFlowEvents)

Parameters

sampleIndex

Index of the Profiler sample.

outFlowEvents

Returns the list of profiler flow events for the sample in the current frame and thread.