enumeration
Thank you for helping us improve the quality of Unity Documentation. Although we cannot accept all submissions, we do read each suggested change from our users and will make updates where applicable.
CloseFor some reason your suggested change could not be submitted. Please <a>try again</a> in a few minutes. And thank you for taking the time to help us improve the quality of Unity Documentation.
CloseFlags that specify what kind of data to capture in a snapshot.
ManagedObjects | Specifies that the entire managed heap and all the data needed to parse it should be captured as part of the Memory Snapshot. |
NativeObjects | Specifies that information about Native Objects should be collected. |
NativeAllocations | Specifies that the Native Memory used by any Native Allocation made by Unity should be captured. |
NativeAllocationSites | Specifies the location that each native allocation was allocated at. |
NativeStackTraces | Specifies that Call-Stack Symbols for the Native Call-stack of each Allocation should be collected. |