Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 470 Bytes

File metadata and controls

13 lines (9 loc) · 470 Bytes

CodeEditorUtility

static class in AdvancedSceneManager.Editor.Utility

Description

Provides utility methods for opening the code editor on a method.

Static Methods

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).