mirror of
https://github.com/godotengine/godot.git
synced 2024-12-27 11:24:59 +08:00
7c4c4b9987
If the module is enabled (default), 2D physics works as it did before. If the module is disabled and no other 2D physics server is registered (via a module or GDExtension), then we fall back to a dummy implementation which effectively disables 2D physics functionality (and a warning is printed). The dummy 2D physics server can also be selected explicitly, in which case no warning is printed. |
||
---|---|---|
.. | ||
audio | ||
camera | ||
debugger | ||
display | ||
extensions | ||
movie_writer | ||
navigation | ||
rendering | ||
text | ||
xr | ||
audio_server.cpp | ||
audio_server.h | ||
camera_server.cpp | ||
camera_server.h | ||
display_server_headless.h | ||
display_server.cpp | ||
display_server.h | ||
navigation_server_2d_dummy.h | ||
navigation_server_2d.cpp | ||
navigation_server_2d.h | ||
navigation_server_3d_dummy.h | ||
navigation_server_3d.cpp | ||
navigation_server_3d.h | ||
physics_server_2d_dummy.h | ||
physics_server_2d_wrap_mt.cpp | ||
physics_server_2d_wrap_mt.h | ||
physics_server_2d.cpp | ||
physics_server_2d.h | ||
physics_server_3d_dummy.h | ||
physics_server_3d_wrap_mt.cpp | ||
physics_server_3d_wrap_mt.h | ||
physics_server_3d.cpp | ||
physics_server_3d.h | ||
register_server_types.cpp | ||
register_server_types.h | ||
rendering_server.compat.inc | ||
rendering_server.cpp | ||
rendering_server.h | ||
SCsub | ||
server_wrap_mt_common.h | ||
text_server.compat.inc | ||
text_server.cpp | ||
text_server.h | ||
xr_server.compat.inc | ||
xr_server.cpp | ||
xr_server.h |