GetCameraHandler
: GetCameraDelegate |
Signature
GetCameraDelegate GetCameraHandler |
GetLeftControllerTransformHandler
: GetLeftControllerTransformDelegate |
Signature
GetLeftControllerTransformDelegate GetLeftControllerTransformHandler |
GetRightControllerTransformHandler
: GetRightControllerTransformDelegate |
Signature
GetRightControllerTransformDelegate GetRightControllerTransformHandler |
GetCameraDelegate
()
|
Delegate type for the GetCamera function.
Signature
delegate Camera GetCameraDelegate() Returns delegate Camera |
GetLeftControllerTransformDelegate
()
|
Delegate type for the GetLeftControllerTransformDelegate function.
Signature
delegate Transform GetLeftControllerTransformDelegate() Returns delegate Transform |
GetRightControllerTransformDelegate
()
|
Delegate type for the GetRightControllerTransformDelegate function.
Signature
delegate Transform GetRightControllerTransformDelegate() Returns delegate Transform |
ClearAllConfig
(
customConfig
)
|
Remove the registered customConfig from Immersive Debugger.
Signature
static void ClearAllConfig(ICustomIntegrationConfig customConfig) Parameters Returns void |
GetCamera
()
|
Get Camera of the current scene, could be null.
Used for show panel in relation to the camera's pose in runtime if you're not using OVRCameraRig.
Signature
static Camera GetCamera() Returns Camera |
GetLeftControllerTransform
()
|
Get Left controller, used to calculate ray casting to the panel in runtime.
Signature
static Transform GetLeftControllerTransform() Returns Transform
Transform of the left controller
|
GetRightControllerTransform
()
|
Get Right controller, used to calculate ray casting to the panel in runtime.
Signature
static Transform GetRightControllerTransform() Returns Transform
Transform of the right controller
|
SetupAllConfig
(
customConfig
)
|
Setup all the configs with provided ICustomIntegrationConfig so it's used by Immersive Debugger Note the config is only gonna be used if UseCustomIntegrationConfig is enabled in settings.
Signature
static void SetupAllConfig(ICustomIntegrationConfig customConfig) Parameters Returns void |