C# Class UnityEditor.HeapshotReader.ObjectInfo

Afficher le fichier Open project: randomize/VimConfig Class Usage Examples

Méthodes publiques

Свойство Type Description
code uint
inverseReferences List
references List
size uint
type HeapshotReader.ObjectType
typeInfo HeapshotReader.TypeInfo

Méthodes publiques

Méthode Description
ObjectInfo ( ) : System
ObjectInfo ( HeapshotReader typeInfo, uint size ) : System
ObjectInfo ( HeapshotReader typeInfo, uint size, HeapshotReader type ) : System

Method Details

ObjectInfo() public méthode

public ObjectInfo ( ) : System
Résultat System

ObjectInfo() public méthode

public ObjectInfo ( HeapshotReader typeInfo, uint size ) : System
typeInfo HeapshotReader
size uint
Résultat System

ObjectInfo() public méthode

public ObjectInfo ( HeapshotReader typeInfo, uint size, HeapshotReader type ) : System
typeInfo HeapshotReader
size uint
type HeapshotReader
Résultat System

Property Details

code public_oe property

public uint code
Résultat uint

inverseReferences public_oe property

public List inverseReferences
Résultat List

references public_oe property

public List references
Résultat List

size public_oe property

public uint size
Résultat uint

type public_oe property

public HeapshotReader.ObjectType type
Résultat HeapshotReader.ObjectType

typeInfo public_oe property

public HeapshotReader.TypeInfo,UnityEditor typeInfo
Résultat HeapshotReader.TypeInfo