Version: 2022.3
언어: 한국어

RawFrameDataView.GetSampleMetadataAsInt

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

파라미터

sampleIndex Index of the Profiler sample.
metadataIndex Metadata index.

반환

int Returns integer representation of sample metadata value.

설명

Gets sample metadata value as integer.

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