Class MemorySnapshotFileWriter
Inheritance
MemorySnapshotFileWriter
Assembly: UnityEditor.dll
Syntax
public class MemorySnapshotFileWriter : IDisposable
Constructors
|
Improve this Doc
View Source
MemorySnapshotFileWriter()
Declaration
public MemorySnapshotFileWriter()
|
Improve this Doc
View Source
MemorySnapshotFileWriter(String)
Declaration
public MemorySnapshotFileWriter(string filepath)
Parameters
Type |
Name |
Description |
String |
filepath |
|
Methods
Close()
Declaration
|
Improve this Doc
View Source
Dispose()
Declaration
Open(String)
Declaration
public void Open(string filename)
Parameters
Type |
Name |
Description |
String |
filename |
|
|
Improve this Doc
View Source
WriteEntry(EntryType, String)
Declaration
public void WriteEntry(EntryType entryType, string data)
Parameters
|
Improve this Doc
View Source
WriteEntry<T>(EntryType, T)
Declaration
public void WriteEntry<T>(EntryType entryType, T data)
where T : struct
Parameters
Type |
Name |
Description |
EntryType |
entryType |
|
T |
data |
|
Type Parameters
|
Improve this Doc
View Source
WriteEntryArray<T>(EntryType, T[])
Declaration
public void WriteEntryArray<T>(EntryType entryType, T[] data)
where T : struct
Parameters
Type |
Name |
Description |
EntryType |
entryType |
|
T[] |
data |
|
Type Parameters
Implements
Extension Methods