Replace Godot docs URL with $DOCS_URL in XML class reference
This commit is contained in:
@ -9,7 +9,7 @@
|
||||
The [XRController3D] and [XRAnchor3D] both consume objects of this type and should be used in your project. The positional trackers are just under-the-hood objects that make this all work. These are mostly exposed so that GDExtension-based interfaces can interact with them.
|
||||
</description>
|
||||
<tutorials>
|
||||
<link title="VR documentation index">https://docs.godotengine.org/en/latest/tutorials/vr/index.html</link>
|
||||
<link title="VR documentation index">$DOCS_URL/tutorials/vr/index.html</link>
|
||||
</tutorials>
|
||||
<methods>
|
||||
<method name="get_input" qualifiers="const">
|
||||
|
||||
Reference in New Issue
Block a user