Inheritance
System.Object
ProfilerWindowInterface
public class ProfilerWindowInterface
Constructors
Declaration
public ProfilerWindowInterface()
Methods
Declaration
public void CloseProfiler()
Declaration
public bool GetFrameRangeFromProfiler(out int first, out int last)
Parameters
Type |
Name |
Description |
System.Int32 |
first |
|
System.Int32 |
last |
|
Returns
Type |
Description |
System.Boolean |
|
Declaration
public float GetFrameTime(int frameIndex)
Parameters
Type |
Name |
Description |
System.Int32 |
frameIndex |
|
Returns
Type |
Description |
System.Single |
|
Declaration
public string GetProfilerWindowMarkerName()
Returns
Type |
Description |
System.String |
|
Declaration
public object GetTimeLineGUI()
Returns
Type |
Description |
System.Object |
|
Declaration
public bool IsProfilerWindowOpen()
Returns
Type |
Description |
System.Boolean |
|
Declaration
Returns
Type |
Description |
System.Boolean |
|
Declaration
public bool JumpToFrame(int index)
Parameters
Type |
Name |
Description |
System.Int32 |
index |
|
Returns
Type |
Description |
System.Boolean |
|
Declaration
public void OpenProfilerOrUseExisting()
Declaration
public void SetProfilerWindowMarkerName(string markerName, List<string> threadFilters)
Parameters
Type |
Name |
Description |
System.String |
markerName |
|
System.Collections.Generic.List<System.String> |
threadFilters |
|