diff options
author | RĂ©mi Verschelde <rverschelde@gmail.com> | 2020-01-23 13:44:43 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-01-23 13:44:43 +0100 |
commit | e7e8318546cef3aa482d71c5b0ddd5a664e241eb (patch) | |
tree | e98c50d05635bceb6957cc5c4cfb5e812cc95ff8 /doc/classes/ARVRInterface.xml | |
parent | e7947c81d6a84949d1a3d261c9599cb746160c85 (diff) | |
parent | ba177ccaecb91c3800e220272864dfb5c23958e7 (diff) |
Merge pull request #35465 from akien-mga/doc-various-fixes
doc: Misc updates for AnimationNode* and others
Diffstat (limited to 'doc/classes/ARVRInterface.xml')
-rw-r--r-- | doc/classes/ARVRInterface.xml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/classes/ARVRInterface.xml b/doc/classes/ARVRInterface.xml index 41effcaecb..6b46a2b67d 100644 --- a/doc/classes/ARVRInterface.xml +++ b/doc/classes/ARVRInterface.xml @@ -8,6 +8,7 @@ Interfaces should be written in such a way that simply enabling them will give us a working setup. You can query the available interfaces through [ARVRServer]. </description> <tutorials> + <link>https://docs.godotengine.org/en/latest/tutorials/vr/index.html</link> </tutorials> <methods> <method name="get_camera_feed_id"> @@ -120,7 +121,7 @@ We don't know the status of the tracking or this interface does not provide feedback. </constant> <constant name="ARVR_NOT_TRACKING" value="4" enum="Tracking_status"> - Tracking is not functional (camera not plugged in or obscured, lighthouses turned off, etc.) + Tracking is not functional (camera not plugged in or obscured, lighthouses turned off, etc.). </constant> </constants> </class> |