Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


GetSampleMetadataAsDouble(int, int)

Gets sample metadata value as double.
Read time 1 minuteLast updated 12 days ago

Definition

public double GetSampleMetadataAsDouble(int sampleIndex, int metadataIndex)

Parameters

sampleIndex

Index of the Profiler sample.

metadataIndex

Metadata index.

Returns

Type

Description

doubleReturns double representation of sample metadata value.

Remarks

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