C# Class UnityEditor.HeapshotWindow

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

Private Properties

Свойство Type Description
DoActiveProfilerButton void
DoHeapshotObjects void
DoTitles void
EventHeapShotReceived void
GetItemCount int
Init void
OnDisable void
OnEnable void
OnFocus void
OnGUI void
OnReceivedHeapshot void
OnSelectObject void
OpenHeapshot void
RefreshHeapshotUIObjects void
SearchForHeapShots void
SelectProfilerClick void

Méthodes publiques

Méthode Description
HeapshotWindow ( ) : System

Private Methods

Méthode Description
DoActiveProfilerButton ( Rect position ) : void
DoHeapshotObjects ( List objects, SplitterState splitter, int indent, OnSelect onSelect ) : void
DoTitles ( SplitterState splitter ) : void
EventHeapShotReceived ( string name ) : void
GetItemCount ( List objects ) : int
Init ( ) : void
OnDisable ( ) : void
OnEnable ( ) : void
OnFocus ( ) : void
OnGUI ( ) : void
OnReceivedHeapshot ( string name ) : void
OnSelectObject ( HeapshotUIObject o ) : void
OpenHeapshot ( string fileName ) : void
RefreshHeapshotUIObjects ( ) : void
SearchForHeapShots ( ) : void
SelectProfilerClick ( object userData, string options, int selected ) : void

Method Details

HeapshotWindow() public méthode

public HeapshotWindow ( ) : System
Résultat System