Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


NativeRootReferenceEntries

A class that houses native root reference data, returned by rootReferences.
Read time 1 minuteLast updated 10 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 class NativeRootReferenceEntries

Properties

Property

Description

accumulatedSizeAn array that contains the accumulated sizes of all allocations registered for the root references.
areaNameAn array that contains the area names of the root references.
idAn array that contains the IDs of the root references.
objectNameAn array containing the object names of the root references.

Methods

Method

Description

GetNumEntriesGets the number of root reference entries.