godot/modules/mobile_vr/config.py

13 lines
230 B
Python
Raw Normal View History

def can_build(platform):
# should probably change this to only be true on iOS and Android
return True
def configure(env):
2017-09-29 13:36:27 +02:00
pass
def get_doc_classes():
return ["MobileVRInterface"]
def get_doc_path():
return "doc_classes"