Class MemorySnapshot
Inherited Members
Namespace: UnityEditor.MemoryProfiler
Assembly: UnityEditor.dll
Syntax
public static class MemorySnapshot
Methods
| Improve this Doc View SourceRequestNewSnapshot()
Declaration
public static void RequestNewSnapshot()
Events
| Improve this Doc View SourceOnSnapshotReceived
Declaration
public static event Action<PackedMemorySnapshot> OnSnapshotReceived
Event Type
Type | Description |
---|---|
Action<PackedMemorySnapshot> |