Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
godotengine
GitHub Repository: godotengine/godot
Path: blob/master/modules/godot_physics_3d/config.py
10277 views
1
def can_build(env, platform):
2
return not env["disable_physics_3d"]
3
4
5
def configure(env):
6
pass
7
8