Version: 2023.1
언어: 한국어

RawFrameDataView.GetSampleMetadataAsSpan

매뉴얼로 전환
public Span<T> GetSampleMetadataAsSpan (int sampleIndex, int metadataIndex);

파라미터

sampleIndex Index of the Profiler sample.
metadataIndex Metadata index.

반환

Span<T> Returns Span<T> of the metadata associated with the sample.

설명

Returns Span<T> representation of sample metadata.

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