mirror of
https://github.com/godotengine/godot.git
synced 2025-12-08 06:09:55 +00:00
Restore RigidBody2/3D, SoftBody names in physics
This commit is contained in:
parent
dc4193b478
commit
f8cc88fab3
61 changed files with 616 additions and 618 deletions
|
|
@ -42,7 +42,7 @@ class GodotConstraint2D;
|
|||
class GodotPhysicsDirectBodyState2D;
|
||||
|
||||
class GodotBody2D : public GodotCollisionObject2D {
|
||||
PhysicsServer2D::BodyMode mode = PhysicsServer2D::BODY_MODE_DYNAMIC;
|
||||
PhysicsServer2D::BodyMode mode = PhysicsServer2D::BODY_MODE_RIGID;
|
||||
|
||||
Vector2 biased_linear_velocity;
|
||||
real_t biased_angular_velocity = 0.0;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue