Class ObjectFlagsExtensions
Namespace: Unity.MemoryProfiler.Editor.Format
Syntax
public static class ObjectFlagsExtensions : object
Methods
IsDontDestroyOnLoad(ObjectFlags)
Declaration
public static bool IsDontDestroyOnLoad(this ObjectFlags flags)
Parameters
| Type | Name | Description |
|---|---|---|
| ObjectFlags | flags |
Returns
| Type | Description |
|---|---|
| Boolean |
IsManager(ObjectFlags)
Declaration
public static bool IsManager(this ObjectFlags flags)
Parameters
| Type | Name | Description |
|---|---|---|
| ObjectFlags | flags |
Returns
| Type | Description |
|---|---|
| Boolean |
IsPersistent(ObjectFlags)
Declaration
public static bool IsPersistent(this ObjectFlags flags)
Parameters
| Type | Name | Description |
|---|---|---|
| ObjectFlags | flags |
Returns
| Type | Description |
|---|---|
| Boolean |