Version: 2019.4
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);

パラメーター

snapshotThe old format snapshot object.
writePathDestination 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.