PackedNativeUnityEngineObject.ObjectFlags
Equivalent of ObjectFlags in the old memory profiler API.
Read time 1 minuteLast updated 6 days ago
Definition
- Type: Enum
- Namespace: UnityEditor.MemoryProfiler
- Assembly: UnityEditor.CoreModule
public enum PackedNativeUnityEngineObject.ObjectFlags
Fields
Value | Description |
|---|---|
| IsDontDestroyOnLoad | Equivalent of IsDontDestroyOnLoad in the old memory profiler API. |
| IsManager | Equivalent of IsManager in the old memory profiler API. |
| IsPersistent | Equivalent of IsPersistent in the old memory profiler API. |