API reference

CustomIntegrationConfigBase Class

Extends MonoBehaviour
A Base class implementing ICustomIntegrationConfig which automatically setup/clear all the configurations in awake/destroy life cycle.
This is intend to make it more convenient to use custom integration config with boiler plate code provided. Overriding this class following the ExampleCustomIntegrationConfig. For more info about Immersive Debugger, check out the official doc

Methods

GetCamera ()
Indicates how a camera should be found in the application.
This should be dynamically managed across scenes, if previous camera is destroyed, Immersive Debugger will call this function again to retrieve camera.
Signature
virtual Camera GetCamera()
Returns
Camera  The camera component Immersive Debugger is using to position panels