1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-07 12:30:27 +00:00

Add support for WebXR

This commit is contained in:
David Snopek
2020-09-26 17:15:21 -05:00
parent a511a26ad8
commit a54a2d65e1
16 changed files with 2308 additions and 1 deletions

14
modules/webxr/config.py Normal file
View File

@@ -0,0 +1,14 @@
def can_build(env, platform):
return True
def configure(env):
pass
def get_doc_classes():
return ["WebXRInterface"]
def get_doc_path():
return "doc_classes"