Module jumpy::core::physics::dynamic_body

source ·
Expand description

DynamicBody component allows simultaing phyiscs of a body.

Structs§

  • Bodies with DynamicBody will be simulated dynamically if is_dynamic is True. Currently DynamicBody requires component KinematicBody, as it shares shape.

Type Aliases§