2018-05-30 17:11:33 +00:00
|
|
|
def can_build(env, platform):
|
2017-11-04 19:52:59 +00:00
|
|
|
return True
|
|
|
|
|
|
|
|
def configure(env):
|
|
|
|
pass
|
2017-11-15 18:23:20 +00:00
|
|
|
|
|
|
|
def get_doc_classes():
|
|
|
|
return [
|
|
|
|
"BulletPhysicsDirectBodyState",
|
|
|
|
"BulletPhysicsServer",
|
|
|
|
]
|
|
|
|
|
|
|
|
def get_doc_path():
|
|
|
|
return "doc_classes"
|