physics.mix¶
Type:
numberSee also: skeleton.physics
Overview:¶
Adjusts the mix factor for the physics constraints, determining how much physics influences the bones versus their original animation or transforms.
Example:¶
hero.physics.mix = 0.5
print("Physics mix:", hero.physics.mix)