Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


PackedNativeUnityEngineObject.ObjectFlags

Equivalent of ObjectFlags in the old memory profiler API.
Read time 1 minuteLast updated 6 days ago

Definition

Warning
Deprecated. This API is outdated and will be removed. Please check out the Memory Profiler Package (https://docs.unity3d.com/Packages/com.unity.memoryprofiler@latest/)
public enum PackedNativeUnityEngineObject.ObjectFlags

Fields

Value

Description

IsDontDestroyOnLoadEquivalent of IsDontDestroyOnLoad in the old memory profiler API.
IsManagerEquivalent of IsManager in the old memory profiler API.
IsPersistentEquivalent of IsPersistent in the old memory profiler API.