Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


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

Warning
Deprecated. Use Unity.Profiling.Memory.MemoryProfiler.TakeSnapshot() instead
public static event Action<PackedMemorySnapshot> OnSnapshotReceived