Create an action that will animate an object falling to a given height
| <vizact>.fall( | |
| height | |
| gravity = 9.8 |
)
height
The Y value at which the object will stop falling.
gravity = 9.8
The value for gravity that is pulling the object.
After you have created the action you can add it to any object as many times as you want.
An action that can be applied to any <node3d> object