This version of Unity is unsupported.

ProfilerRecorder.Valid

public bool Valid;

Description

Indicates whether ProfilerRecorder is associated with a valid Profiler marker or counter.

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.