isManager
Is this native object an internal Unity manager object?
Read time 1 minuteLast updated 5 days ago
Definition
- Type: Property
- Namespace: UnityEditor.MemoryProfiler
- Assembly: UnityEditor.CoreModule
public bool isManager { get; }
Remarks
Unity has several global manager objects that will never be unloaded, and that can keep other objects alive. This property describes if this is such a global manager object.