2018-05-31 01:11:33 +08:00
|
|
|
def can_build(env, platform):
|
2017-11-05 03:52:59 +08:00
|
|
|
return True
|
|
|
|
|
|
|
|
def configure(env):
|
|
|
|
pass
|
2017-11-16 02:23:20 +08:00
|
|
|
|
|
|
|
def get_doc_classes():
|
|
|
|
return [
|
|
|
|
"BulletPhysicsDirectBodyState",
|
|
|
|
"BulletPhysicsServer",
|
|
|
|
]
|
|
|
|
|
|
|
|
def get_doc_path():
|
|
|
|
return "doc_classes"
|