Class MemorySnapshotFileReader
Inheritance
MemorySnapshotFileReader
Assembly: UnityEditor.dll
Syntax
[Serializable]
public class MemorySnapshotFileReader : ISerializationCallbackReceiver
Constructors
|
Improve this Doc
View Source
MemorySnapshotFileReader()
Declaration
public MemorySnapshotFileReader()
|
Improve this Doc
View Source
MemorySnapshotFileReader(String)
Declaration
public MemorySnapshotFileReader(string filePath)
Parameters
Type |
Name |
Description |
String |
filePath |
|
Methods
|
Improve this Doc
View Source
Close()
Declaration
|
Improve this Doc
View Source
Dispose()
Declaration
|
Improve this Doc
View Source
GetDataArray<T>(EntryType, UInt32, UInt32, ref T[], GetItem<T>)
Declaration
public void GetDataArray<T>(EntryType entryType, uint entryIndex, uint numEntries, ref T[] dataOut, GetItem<T> getItemFunc)
Parameters
Type Parameters
|
Improve this Doc
View Source
GetDataSingle<T>(EntryType, GetItem<T>)
Declaration
public T GetDataSingle<T>(EntryType entryType, GetItem<T> getItemFunc)
Parameters
Returns
Type Parameters
|
Improve this Doc
View Source
GetFilePath()
Declaration
public string GetFilePath()
Returns
|
Improve this Doc
View Source
GetNumEntries(EntryType)
Declaration
public uint GetNumEntries(EntryType entryType)
Parameters
Returns
|
Improve this Doc
View Source
OnAfterDeserialize()
Declaration
public void OnAfterDeserialize()
|
Improve this Doc
View Source
OnBeforeSerialize()
Declaration
public void OnBeforeSerialize()
|
Improve this Doc
View Source
Open(String)
Declaration
public void Open(string filePath)
Parameters
Type |
Name |
Description |
String |
filePath |
|
Implements
Extension Methods