API reference
API reference
Select your platform
No SDKs available
No versions available

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

Events

static GetCameraDelegate GetCameraHandler
static GetLeftControllerTransformDelegate GetLeftControllerTransformHandler
static GetRightControllerTransformDelegate GetRightControllerTransformHandler

Member Functions

delegate Camera GetCameraDelegate ( )
delegate Transform GetLeftControllerTransformDelegate ( )
delegate Transform GetRightControllerTransformDelegate ( )

Static Member Functions

static void SetupAllConfig
( ICustomIntegrationConfig customConfig )
static void ClearAllConfig
( ICustomIntegrationConfig customConfig )
static Camera GetCamera ( )
static Transform GetLeftControllerTransform ( )
static Transform GetRightControllerTransform ( )
Did you find this page helpful?
Thumbs up icon
Thumbs down icon