Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


PackedGCHandle

A description of a GC handle used by the virtual machine.
Read time 1 minuteLast updated 12 days ago

Definition

Warning
Deprecated. This API is outdated and will be removed. Please check out the Memory Profiler Package (https://docs.unity3d.com/Packages/com.unity.memoryprofiler@latest/)
public struct PackedGCHandle

Properties

Property

Description

targetThe address of the managed object that the GC handle is referencing.