Version: Unity 6 Preview (6000.0)
LanguageEnglish
  • C#

ProfilerRecorder.Capacity

public int Capacity;

Description

Maximum amount of samples ProfilerRecorder can capture.

Shows the maximum amount of samples the ProfilerRecorder can capture. You can use this to set a maximum array size when you copy collected sample data with CopyTo or GetSample methods.