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:
Juan Linietsky 2021-08-31 14:30:17 -03:00 committed by GitHub
commit 7946066577
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
29 changed files with 818 additions and 436 deletions

View file

@ -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);