2017-09-28 14:15:21 +02:00
|
|
|
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"
|