mirror of
https://github.com/godotengine/godot.git
synced 2025-12-08 06:09:55 +00:00
Merge pull request #49471 from nekomatata/body-state-sync-callback
Clean physics direct body state usage in 2D and 3D physics
This commit is contained in:
commit
7946066577
29 changed files with 818 additions and 436 deletions
|
|
@ -246,6 +246,7 @@ public:
|
|||
FUNC2(body_set_omit_force_integration, RID, bool);
|
||||
FUNC1RC(bool, body_is_omitting_force_integration, RID);
|
||||
|
||||
FUNC3(body_set_state_sync_callback, RID, void *, BodyStateCallback);
|
||||
FUNC3(body_set_force_integration_callback, RID, const Callable &, const Variant &);
|
||||
|
||||
FUNC2(body_set_ray_pickable, RID, bool);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue