Version: 2018.3 (switch to 2019.1)
LanguageEnglish
  • C#

PackedMemorySnapshot.connections

public Connection[] connections;

Description

Connections is an array of from,to pairs that describe which things are keeping which other things alive.

The indices are indices into a virtual list that first contains all the GC handles, followed by all native objects.

Did you find this page useful? Please give it a rating: