Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


Valid

Indicates whether ProfilerRecorder is associated with a valid Profiler marker or counter.
Read time 1 minuteLast updated 5 days ago

Definition

  • Type: Property
  • Namespace: Unity.Profiling
  • Assembly: UnityEngine.CoreModule
public bool Valid { get; }

Remarks

Returns true if ProfilerRecorder is associated with a valid Profiler marker or counter.
False is returned if a ProfilerMarker or ProfilerCounter hasn't been created yet. Use the Valid property to determine if the sample data can be used.