Module physics_server_2d
Expand description
Sidecar module for class PhysicsServer2D.
Defines related flag and enum types. In GDScript, those are nested under the class scope.
See also Godot docs for PhysicsServer2D enums.
Structsยง
- Area
Body Status - Area
Parameter - Area
Space Override Mode - Body
Damp Mode - Body
Mode - Body
Parameter - Body
State - CcdMode
- Godot enum name:
CCDMode. - Damped
Spring Param - ExArea
AddShape - Default-param extender for
PhysicsServer2D::area_add_shape_ex. - ExBody
AddConstant Force - Default-param extender for
PhysicsServer2D::body_add_constant_force_ex. - ExBody
AddShape - Default-param extender for
PhysicsServer2D::body_add_shape_ex. - ExBody
Apply Force - Default-param extender for
PhysicsServer2D::body_apply_force_ex. - ExBody
Apply Impulse - Default-param extender for
PhysicsServer2D::body_apply_impulse_ex. - ExBody
SetForce Integration Callback - Default-param extender for
PhysicsServer2D::body_set_force_integration_callback_ex. - ExBody
Test Motion - Default-param extender for
PhysicsServer2D::body_test_motion_ex. - ExJoint
Make Damped Spring - Default-param extender for
PhysicsServer2D::joint_make_damped_spring_ex. - ExJoint
Make Groove - Default-param extender for
PhysicsServer2D::joint_make_groove_ex. - ExJoint
Make Pin - Default-param extender for
PhysicsServer2D::joint_make_pin_ex. - Joint
Param - Joint
Type - PinJoint
Flag - PinJoint
Param - Process
Info - Shape
Type - Space
Parameter