Convert(PackedMemorySnapshot, string)
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.
Read time 1 minuteLast updated 12 days ago
Definition
- Type: Method
- Namespace: UnityEditor.Profiling.Memory.Experimental
- Assembly: UnityEditor.CoreModule
public static bool Convert(PackedMemorySnapshot snapshot, string writePath)
Parameters
The old format snapshot object.
Destination path and file name for the file containing the converted snapshot.
Returns
Type | Description |
|---|---|
| bool | True if the conversion was successful; otherwise false. |