C# Class UnityEditorInternal.ObjectMemoryStackInfo

Mostra file Open project: CarlosHBC/UnityDecompiled

Public Properties

Property Type Description
allocated int
callerSites UnityEditorInternal.ObjectMemoryStackInfo[]
expanded bool
name string
ownedAllocated int
sorted bool

Property Details

allocated public_oe property

public int allocated
return int

callerSites public_oe property

public ObjectMemoryStackInfo[],UnityEditorInternal callerSites
return UnityEditorInternal.ObjectMemoryStackInfo[]

expanded public_oe property

public bool expanded
return bool

name public_oe property

public string name
return string

ownedAllocated public_oe property

public int ownedAllocated
return int

sorted public_oe property

public bool sorted
return bool