Experimental: this API is experimental and might be changed or removed in the future.

ObjectFlagsExtensions.IsPersistent

public static bool IsPersistent(MemoryProfiler.PackedNativeUnityEngineObject.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.

对文档有任何疑问,请移步至开发者社区提问,我们将尽快为您解答