CustomIntegrationConfig Class
Subscribe to the delegate events to register custom config of the integration with Immersive Debugger, all should be only subscribed once for each scene.
For example implementation, check out ExampleCustomIntegrationConfig.cs
static GetCameraDelegate GetCameraHandler
static GetLeftControllerTransformDelegate GetLeftControllerTransformHandler
static GetRightControllerTransformDelegate GetRightControllerTransformHandler
delegate Camera GetCameraDelegate ( )
delegate Transform GetLeftControllerTransformDelegate ( )
delegate Transform GetRightControllerTransformDelegate ( )
static void SetupAllConfig
static void ClearAllConfig
static Camera GetCamera ( )
static Transform GetLeftControllerTransform ( )
static Transform GetRightControllerTransform ( )