1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-07 12:30:27 +00:00
Files
godot/modules/mobile_vr/config.py
2017-10-06 20:35:55 +11:00

13 lines
230 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"