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

ObjectFlagsExtensions.IsDontDestroyOnLoad

매뉴얼로 전환
public static bool IsDontDestroyOnLoad (Profiling.Memory.Experimental.ObjectFlags flags);

파라미터

flagsThe ObjectFlags to compute from (accessible via this).

반환

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

설명

True if the object is marked as DontDestroyOnLoad; otherwise false.