Version: 2022.2
언어: 한국어
public string GetSampleName (int sampleIndex);

파라미터

sampleIndex Index of the Profiler sample.

반환

string Returns sample name. Returns null if sample index is invalid.

설명

Gets the name of the specific sample.

Note: GetSampleName allocates string when called. Use GetSampleMarkerId to avaoid allocations for simple lookups.