physics.wind¶
Type:
numberSee also: skeleton.physics
Overview:¶
The wind force applied to all physics constraints. This is commonly used to simulate wind or directional forces on bones in a skeleton.
Example:¶
-- Increase wind force
hero.physics.wind = 0.3
-- Print current wind
print("Wind value:", hero.physics.wind)