C# Class UnityEditor.HeapshotReader.ObjectInfo

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

Public Properties

Property Type Description
code uint
inverseReferences List
references List
size uint
type HeapshotReader.ObjectType
typeInfo HeapshotReader.TypeInfo

Public Methods

Method Description
ObjectInfo ( ) : System
ObjectInfo ( HeapshotReader typeInfo, uint size ) : System
ObjectInfo ( HeapshotReader typeInfo, uint size, HeapshotReader type ) : System

Method Details

ObjectInfo() public method

public ObjectInfo ( ) : System
return System

ObjectInfo() public method

public ObjectInfo ( HeapshotReader typeInfo, uint size ) : System
typeInfo HeapshotReader
size uint
return System

ObjectInfo() public method

public ObjectInfo ( HeapshotReader typeInfo, uint size, HeapshotReader type ) : System
typeInfo HeapshotReader
size uint
type HeapshotReader
return System

Property Details

code public_oe property

public uint code
return uint

inverseReferences public_oe property

public List inverseReferences
return List

references public_oe property

public List references
return List

size public_oe property

public uint size
return uint

type public_oe property

public HeapshotReader.ObjectType type
return HeapshotReader.ObjectType

typeInfo public_oe property

public HeapshotReader.TypeInfo,UnityEditor typeInfo
return HeapshotReader.TypeInfo