C# Class UnityEditor.MemoryProfiler.TypeDescription

显示文件 Open project: randomize/VimConfig Class Usage Examples

Public Properties

Property Type Description
assembly string
baseOrElementTypeIndex int
fields UnityEditor.MemoryProfiler.FieldDescription[]
name string
size int
staticFieldBytes byte[]
typeIndex int
typeInfoAddress ulong

Property Details

assembly public_oe property

public string assembly
return string

baseOrElementTypeIndex public_oe property

public int baseOrElementTypeIndex
return int

fields public_oe property

public FieldDescription[],UnityEditor.MemoryProfiler fields
return UnityEditor.MemoryProfiler.FieldDescription[]

name public_oe property

public string name
return string

size public_oe property

public int size
return int

staticFieldBytes public_oe property

public byte[] staticFieldBytes
return byte[]

typeIndex public_oe property

public int typeIndex
return int

typeInfoAddress public_oe property

public ulong typeInfoAddress
return ulong