This version of Unity is unsupported.

RawFrameDataView.GetSampleMetadataAsString

Declaration

public string GetSampleMetadataAsString(int sampleIndex, int metadataIndex);

Parameters

sampleIndex Index of the Profiler sample.
metadataIndex Metadata index.

Returns

string Returns string representation of sample metadata value.

Description

Gets sample metadata value as string.

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