Version: 2022.2
언어: 한국어

RawFrameDataView.GetSampleMetadataAsString

매뉴얼로 전환
public string GetSampleMetadataAsString (int sampleIndex, int metadataIndex);

파라미터

sampleIndex Index of the Profiler sample.
metadataIndex Metadata index.

반환

string Returns string representation of sample metadata value.

설명

Gets sample metadata value as string.

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