godot/modules/mobile_vr/config.py
2017-11-15 21:29:33 +01:00

15 lines
258 B
Python

def can_build(platform):
# should probably change this to only be true on iOS and Android
return True
def configure(env):
pass
def get_doc_classes():
return [
"MobileVRInterface",
]
def get_doc_path():
return "doc_classes"