IsManager(ObjectFlags)
True if the object is a manager, otherwise false.
Read time 1 minuteLast updated 12 days ago
Definition
- Type: Method
- Namespace: UnityEditor.Profiling.Memory.Experimental
- Assembly: UnityEditor.CoreModule
public static bool IsManager(this ObjectFlags flags)
Parameters
The ObjectFlags to compute from (accessible via this).
Returns
Type | Description |
|---|---|
| bool | Returns true if the object associated with this ObjectFlags is a manager. |