Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


GetSampleMetadataAsInt(int, int)

Gets sample metadata value as integer.
Read time 1 minuteLast updated 9 days ago

Definition

public int GetSampleMetadataAsInt(int sampleIndex, int metadataIndex)

Parameters

sampleIndex

Index of the Profiler sample.

metadataIndex

Metadata index.

Returns

Type

Description

intReturns integer representation of sample metadata value.

Remarks

Use to obtain additional data associated with the sample. metadataIndex must be between 0 and RawFrameDataView.GetSampleMetadataCount.