FrameDataView.MethodInfo
Managed method descriptor structure.
Read time 1 minuteLast updated 7 days ago
Definition
- Type: Struct
- Namespace: UnityEditor.Profiling
- Assembly: UnityEditor.CoreModule
public struct FrameDataView.MethodInfo
Remarks
Provides information about the method and its location in the source code.
Additional Resources: FrameDataView.ResolveMethodInfo.
Fields
Value | Description |
|---|---|
| methodName | Fully qualified method name. |
| sourceFileLine | Line number in the source file where the method is defined. |
| sourceFileName | Name of a source file where the method is defined. |