mirror of
https://github.com/godotengine/godot.git
synced 2025-10-20 00:13:30 +00:00
Added new API to get body direct state
This commit is contained in:
parent
dee1001390
commit
c56c67db39
9 changed files with 56 additions and 3 deletions
|
@ -504,6 +504,8 @@ void PhysicsServer::_bind_methods() {
|
|||
ClassDB::bind_method(D_METHOD("body_set_ray_pickable", "body", "enable"), &PhysicsServer::body_set_ray_pickable);
|
||||
ClassDB::bind_method(D_METHOD("body_is_ray_pickable", "body"), &PhysicsServer::body_is_ray_pickable);
|
||||
|
||||
ClassDB::bind_method(D_METHOD("body_get_direct_state", "body"), &PhysicsServer::body_get_direct_state);
|
||||
|
||||
/* JOINT API */
|
||||
|
||||
BIND_ENUM_CONSTANT(JOINT_PIN);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue