godot/modules/mobile_vr/config.py

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

17 lines
214 B
Python
Raw Normal View History

def can_build(env, platform):
return not env["disable_3d"]
def configure(env):
pass
2017-09-29 11:36:27 +00:00
2017-09-29 11:36:27 +00:00
def get_doc_classes():
return [
"MobileVRInterface",
]
2017-09-29 11:36:27 +00:00
2017-09-29 11:36:27 +00:00
def get_doc_path():
return "doc_classes"