Show / Hide Table of Contents

Class ObjectFlagsExtensions

Inheritance
Object
ObjectFlagsExtensions
Inherited Members
Object.ToString()
Object.Equals(Object)
Object.Equals(Object, Object)
Object.ReferenceEquals(Object, Object)
Object.GetHashCode()
Object.GetType()
Object.MemberwiseClone()
Namespace: UnityEditor.Profiling.Memory.Experimental
Assembly: UnityEditor.dll
Syntax
public static class ObjectFlagsExtensions

Methods

| Improve this Doc View Source

IsDontDestroyOnLoad(ObjectFlags)

Declaration
public static bool IsDontDestroyOnLoad(this ObjectFlags flags)
Parameters
Type Name Description
ObjectFlags flags
Returns
Type Description
Boolean
| Improve this Doc View Source

IsManager(ObjectFlags)

Declaration
public static bool IsManager(this ObjectFlags flags)
Parameters
Type Name Description
ObjectFlags flags
Returns
Type Description
Boolean
| Improve this Doc View Source

IsPersistent(ObjectFlags)

Declaration
public static bool IsPersistent(this ObjectFlags flags)
Parameters
Type Name Description
ObjectFlags flags
Returns
Type Description
Boolean
  • Improve this Doc
  • View Source
Back to top Generated by DocFX