Version: 2023.1
언어: 한국어

RawFrameDataView.GetSampleMetadataAsFloat

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

파라미터

sampleIndex Index of the Profiler sample.
metadataIndex Metadata index.

반환

float Returns float representation of sample metadata value.

설명

Gets sample metadata value as float.

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