C# Class UnityEditor.MemoryProfiler.TypeDescription

Show file 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 property

public string assembly
return string

baseOrElementTypeIndex public property

public int baseOrElementTypeIndex
return int

fields public property

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

name public property

public string name
return string

size public property

public int size
return int

staticFieldBytes public property

public byte[] staticFieldBytes
return byte[]

typeIndex public property

public int typeIndex
return int

typeInfoAddress public property

public ulong typeInfoAddress
return ulong