I’ve been using Defold for over half a year and really like using Defold, but I only discovered today, while browsing the following webpages, that Defold has apply_torque and apply_linear_impluse built in.
https://forum.defold.com/t/apply-impulse-in-2d-physics/74388
https://github.com/defold/defold/issues/8256
https://github.com/defold/defold/pull/8712
https://github.com/orgs/defold/projects/42/views/1
I was completely unaware of this before.
I previously used apply_force to achieve functionality similar to apply_torque, and set linear_velocity to achieve functionality similar to apply_linear_impluse.
I suspect this is due to a lack of relevant information in the Defold Manuals and Defold Examples. Therefore, I plan to write related documentations and examples for the Defold Manuals and Defold Examples in my spare time.

