This version of Unity is unsupported.
Method group is Obsolete
Experimental: this API is experimental and might be changed or removed in the future.

ObjectFlagsExtensions.IsPersistent

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

Declaration

public static bool IsPersistent(ObjectFlags flags);

Parameters

flags The ObjectFlags to operate on (accessible via this).

Returns

bool Returns true if the object associated with this ObjectFlags is marked as Persistent.

Description

True if the object is marked as Persistent, otherwise false.