godot/modules/webxr/config.py

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

15 lines
215 B
Python
Raw Normal View History

2020-09-26 22:15:21 +00:00
def can_build(env, platform):
return env["opengl3"] and not env["disable_3d"]
2020-09-26 22:15:21 +00:00
def configure(env):
pass
def get_doc_classes():
return ["WebXRInterface"]
def get_doc_path():
return "doc_classes"