Inheritance
System.Object
ThreadSelectionWindow
public class ThreadSelectionWindow : EditorWindow
Methods
Declaration
public static void CloseAll()
Declaration
public static bool IsOpen()
Returns
Type |
Description |
System.Boolean |
|
Declaration
public static ThreadSelectionWindow Open(float screenX, float screenY, ProfileAnalyzerWindow profileAnalyzerWindow, ThreadSelection threadSelection, List<string> threadNames, List<string> threadUINames)
Parameters
Type |
Name |
Description |
System.Single |
screenX |
|
System.Single |
screenY |
|
ProfileAnalyzerWindow |
profileAnalyzerWindow |
|
ThreadSelection |
threadSelection |
|
System.Collections.Generic.List<System.String> |
threadNames |
|
System.Collections.Generic.List<System.String> |
threadUINames |
|
Returns