APIs provided by NOA Debugger
Some of the functions of NOA Debugger can be accessed through the static methods and static properties of the classes provided by NOA Debugger.
NoaDebug
Through this class, you can control the initialization and launch of NOA Debugger from the script.
NoaController
Through this class, you can control the various operations on the controller from the script.
NoaInformation
Through this class, you can get the information of the Information function.
NoaProfiler
Through this class, you can obtain various values from the Profiler function.
NoaSnapshot
Through this class, you can execute controls from the script, such as obtaining logs held by the Snapshot function, capturing logs, mass disposal of logs, and resetting the elapsed time.
NoaConsoleLog
Through this class, you can obtain logs held by the ConsoleLog feature.
NoaApiLog
Through this class, you can obtain logs held by the APILog function.
NoaPrefs
Through this class, you save values to NOA Debugger's unique storage area.
NoaUIElement
NoaUIElement provides a convenient interface for dynamically registering and displaying various UI elements on the screen using the NOA Debugger.