Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


GetMarkerFlags(int)

Gets Profiler marker flags for the specific marker identifier.
Read time 1 minuteLast updated 13 days ago

Definition

public MarkerFlags GetMarkerFlags(int markerId)

Parameters

markerId

Marker identifier.

Returns

Type

Description

MarkerFlagsReturns Profiler marker flags.

Remarks

Throws:
System.ArgumentException if markerId is invalid.
Additional Resources: FrameDataView.GetMarkerId, MarkerFlags.