OnSnapshotReceived
Event that will be fired when a new memory snapshot comes in through the profiler connection. Its argument will be a PackedMemorySnapshot.
Read time 1 minuteLast updated 13 days ago
Definition
- Type: Event
- Namespace: UnityEditor.MemoryProfiler
- Assembly: UnityEditor.CoreModule
public static event Action<PackedMemorySnapshot> OnSnapshotReceived