Version: 2023.1
言語: 日本語
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.