This version of Unity is unsupported.
Experimental: this API is experimental and might be changed or removed in the future.

ConnectionEntries

class in UnityEditor.Profiling.Memory.Experimental

Description

A class that houses data entries related to Connection data, returned by PackedMemorySnapshot.connections.

Properties

fromAn array of indexes into the object array of GC handles referenced by the to property.
toAn array of GC handle objects.

Public Methods

GetNumEntriesGets the number of connection entries.