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
|
GetLeftControllerTransform
()
|
Same as Camera, it'll be called again if Camera is invalid to find controller.
Signature
virtual Transform GetLeftControllerTransform() Returns Transform
The left controller component Immersive Debugger is using to detect ray casting for panels
|
GetRightControllerTransform
()
|
Same as Camera, it'll be called again if Camera is invalid to find controller.
Signature
virtual Transform GetRightControllerTransform() Returns Transform
The right controller component Immersive Debugger is using to detect ray casting for panels
|