C# Class UnityEditor.HeapshotWindow

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

Private Properties

Property 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

Public Methods

Method Description
HeapshotWindow ( ) : System

Private Methods

Method 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 method

public HeapshotWindow ( ) : System
return System