◆ GetCurrentMethod() [1/2]
static string C2M2.Utils.StackTraceUtils.GetCurrentMethod |
( |
| ) |
|
|
static |
Print the current method name.
- Returns
- string containing current method name.
◆ GetCurrentMethod() [2/2]
static string C2M2.Utils.StackTraceUtils.GetCurrentMethod |
( |
int |
frameIndex | ) |
|
|
static |
Print the current method name.
- Parameters
-
frameIndex | frameIndex == 0 would print "GetCurrentMethod", frameIndex == 1 would print the name of the method that you call GetCurrentMethod from, == 2 would print the method which called that method, etc |
- Returns
- String containing current method name.
The documentation for this class was generated from the following file:
- C:/Users/Jacob Wells/Desktop/C2M2/NeuroVISOR/Assets/Scripts/C2M2/Utils/Debugging/StackTraceUtils.cs