C# Class UnityEditor.HeapshotReader.ObjectInfo

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

public uint code
return uint

inverseReferences public property

public List inverseReferences
return List

references public property

public List references
return List

size public property

public uint size
return uint

type public property

public HeapshotReader.ObjectType type
return HeapshotReader.ObjectType

typeInfo public property

public HeapshotReader.TypeInfo,UnityEditor typeInfo
return HeapshotReader.TypeInfo