From d11cb5fe981f96cc1cf4d30c48913e1b3686089e Mon Sep 17 00:00:00 2001 From: Bastiaan Olij Date: Sat, 5 Mar 2022 21:09:21 +1100 Subject: Adding signals and events to OpenXR interface Improving interaction profile logic --- modules/openxr/doc_classes/OpenXRInterface.xml | 27 ++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) (limited to 'modules/openxr/doc_classes') diff --git a/modules/openxr/doc_classes/OpenXRInterface.xml b/modules/openxr/doc_classes/OpenXRInterface.xml index 1160061e04..74f708bc95 100644 --- a/modules/openxr/doc_classes/OpenXRInterface.xml +++ b/modules/openxr/doc_classes/OpenXRInterface.xml @@ -10,4 +10,31 @@ $DOCS_URL/tutorials/vr/openxr/index.html + + + + Informs the user queued a recenter of the player position. + + + + + Informs our OpenXR session has been started. + + + + + Informs our OpenXR session now has focus. + + + + + Informs our OpenXR session is stopping. + + + + + Informs our OpenXR session is now visible (output is being sent to the HMD). + + + -- cgit v1.2.3