We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1269439 commit f3a18b6Copy full SHA for f3a18b6
tutorials/xr/a_better_xr_start_script.rst
@@ -20,7 +20,7 @@ Signals for our script
20
We are introducing 3 signals to our script so that our game can add further logic:
21
22
- ``focus_lost`` is emitted when the player takes off their headset or when the player enters the menu system of the headset.
23
-- ``focus_gained`` is emitted when the player puts their headset back on or exists the menu system and returns to the game.
+- ``focus_gained`` is emitted when the player puts their headset back on or exits the menu system and returns to the game.
24
- ``pose_recentered`` is emitted when the headset requests the players position to be reset.
25
26
Our game should react accordingly to these signals.
0 commit comments