static class in AdvancedSceneManager.Editor.Utility
Provides utility methods for opening the code editor on a method.
| Member | Description |
|---|---|
void OpenInCodeEditor(Exception exception) |
Opens the code editor to the top frame of a given exception. |
void OpenInCodeEditor(MemberInfo member) |
Opens the code editor to a specific member (e.g., method, property, or type). |