ObjectFlagsExtensions
An extension class that contains member functions to ObjectFlags.
Read time 1 minuteLast updated 6 days ago
Definition
- Type: Class
- Namespace: UnityEditor.Profiling.Memory.Experimental
- Assembly: UnityEditor.CoreModule
public static class ObjectFlagsExtensions
Static Methods
Method | Description |
|---|---|
| IsDontDestroyOnLoad | True if the object is marked as DontDestroyOnLoad; otherwise false. |
| IsManager | True if the object is a manager, otherwise false. |
| IsPersistent | True if the object is marked as Persistent, otherwise false. |