summaryrefslogtreecommitdiff
path: root/doc/classes/PhysicsServer2DExtension.xml
AgeCommit message (Collapse)Author
2022-09-25Add `area_get_collision_layer` and `area_get_collision_mask`Mansur Isaev
2022-09-15PhysicsServer2D and PhysicsServer3D: make body_set_state_sync_callback take ↵Ricardo Buring
a Callable Prefer Callable to a C-style callback. This is helpful for GDExtension.
2022-09-09PhysicsServer2DExtension and PhysicsServer3DExtension: bind all methods (really)Ricardo Buring
2022-09-07Bind all methods in PhysicsServer2DExtension, PhysicsServer3DExtensionRicardo Buring
2022-09-04Create GDExtension classes for PhysicsServer2DRicardo Buring
This allows a 2D physics server created entirely from GDExtension. Based on the structure of PhysicsServer3DExtension by reduz.