physics.inertia¶
Type:
numberSee also: skeleton.physics
Overview:¶
The inertia property affects how resistant the physics constraints are to changes in motion. Higher inertia makes bones slower to start or stop moving.
Example:¶
hero.physics.inertia = 0.7
print("Inertia:", hero.physics.inertia)