ObjectFlags
Flags that can be set on a Native Object.
Read time 1 minuteLast updated 7 days ago
Definition
- Type: Enum
- Namespace: UnityEditor.Profiling.Memory.Experimental
- Assembly: UnityEditor.CoreModule
[Flags]public enum ObjectFlags
Fields
Value | Description |
|---|---|
| IsDontDestroyOnLoad | Specifies that the object is marked as DontDestroyOnLoad. |
| IsManager | Specifies that the object is marked as a manager. |
| IsPersistent | Specifies that the object is set as persistent. |