godot/modules/mobile_vr/config.py

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 13:36:27 +02:00
2017-09-29 13:36:27 +02:00
def get_doc_classes():
return [
"MobileVRInterface",
]
2017-09-29 13:36:27 +02:00
2017-09-29 13:36:27 +02:00
def get_doc_path():
return "doc_classes"