GetMarkerFlags(int)
Gets Profiler marker flags for the specific marker identifier.
Read time 1 minuteLast updated 13 days ago
Definition
- Type: Method
- Namespace: UnityEditor.Profiling
- Assembly: UnityEditor
public MarkerFlags GetMarkerFlags(int markerId)
Parameters
Marker identifier.
Returns
Type | Description |
|---|---|
| MarkerFlags | Returns Profiler marker flags. |
Remarks
Throws:
System.ArgumentException if markerId is invalid.
Additional Resources: FrameDataView.GetMarkerId, MarkerFlags.