enumeration
Thank you for helping us improve the quality of Unity Documentation. Although we cannot accept all submissions, we do read each suggested change from our users and will make updates where applicable.
CloseFor some reason your suggested change could not be submitted. Please <a>try again</a> in a few minutes. And thank you for taking the time to help us improve the quality of Unity Documentation.
CloseUse ProfilerCounterOptions
to specify configuration options when creating a ProfilerCounter or ProfilerCounterValue.
None | Specifies no options. |
FlushOnEndOfFrame | Specifies that the counter's current value should be reported to the Unity Profiler every frame. |
ResetToZeroOnFlush | Specifies that the counter's current value should be reset to zero each time it is reported to the Unity Profiler. |