C# Class UnityEditor.MemoryElement

Afficher le fichier Open project: CarlosHBC/UnityDecompiled Class Usage Examples

Méthodes publiques

Свойство Type Description
children List
description string
expanded bool
memoryInfo ObjectInfo
name string
parent MemoryElement
totalChildCount int
totalMemory int

Méthodes publiques

Méthode Description
AccumulatedChildCount ( ) : int
AddChild ( MemoryElement node ) : void
ChildCount ( ) : int
ExpandChildren ( ) : void
FirstChild ( ) : MemoryElement
GetChildIndexInList ( ) : int
GetNextNode ( ) : MemoryElement
GetPrevNode ( ) : MemoryElement
GetRoot ( ) : MemoryElement
LastChild ( ) : MemoryElement
MemoryElement ( ) : System
MemoryElement ( ObjectInfo memInfo, bool finalize ) : System
MemoryElement ( string n ) : System
MemoryElement ( string n, List groups ) : System
ReferenceCount ( ) : int

Method Details

AccumulatedChildCount() public méthode

public AccumulatedChildCount ( ) : int
Résultat int

AddChild() public méthode

public AddChild ( MemoryElement node ) : void
node MemoryElement
Résultat void

ChildCount() public méthode

public ChildCount ( ) : int
Résultat int

ExpandChildren() public méthode

public ExpandChildren ( ) : void
Résultat void

FirstChild() public méthode

public FirstChild ( ) : MemoryElement
Résultat MemoryElement

GetChildIndexInList() public méthode

public GetChildIndexInList ( ) : int
Résultat int

GetNextNode() public méthode

public GetNextNode ( ) : MemoryElement
Résultat MemoryElement

GetPrevNode() public méthode

public GetPrevNode ( ) : MemoryElement
Résultat MemoryElement

GetRoot() public méthode

public GetRoot ( ) : MemoryElement
Résultat MemoryElement

LastChild() public méthode

public LastChild ( ) : MemoryElement
Résultat MemoryElement

MemoryElement() public méthode

public MemoryElement ( ) : System
Résultat System

MemoryElement() public méthode

public MemoryElement ( ObjectInfo memInfo, bool finalize ) : System
memInfo ObjectInfo
finalize bool
Résultat System

MemoryElement() public méthode

public MemoryElement ( string n ) : System
n string
Résultat System

MemoryElement() public méthode

public MemoryElement ( string n, List groups ) : System
n string
groups List
Résultat System

ReferenceCount() public méthode

public ReferenceCount ( ) : int
Résultat int

Property Details

children public_oe property

public List children
Résultat List

description public_oe property

public string description
Résultat string

expanded public_oe property

public bool expanded
Résultat bool

memoryInfo public_oe property

public ObjectInfo,UnityEditor memoryInfo
Résultat ObjectInfo

name public_oe property

public string name
Résultat string

parent public_oe property

public MemoryElement,UnityEditor parent
Résultat MemoryElement

totalChildCount public_oe property

public int totalChildCount
Résultat int

totalMemory public_oe property

public int totalMemory
Résultat int