Version: 2020.3
언어: 한국어
Experimental: this API is experimental and might be changed or removed in the future.

PackedMemorySnapshot.Convert

매뉴얼로 전환
public static bool Convert (MemoryProfiler.PackedMemorySnapshot snapshot, string writePath);

파라미터

snapshot The old format snapshot object.
writePath Destination path and file name for the file containing the converted snapshot.

반환

bool True if the conversion was successful; otherwise false.

설명

Converts the specified old format PackedMemorySnapshot object to a new PackedMemorySnapshot format object and writes it to the location and file name specified the the write path.