Create an action that will animate an object moving to the given position
| <vizact>.moveTo( | |
| pos | |
| begin = None | # Keyword argument |
| speed = None | # Keyword argument |
| time = None | # Keyword argument |
)
pos
[x,y,z] position to move to
begin = None
Specifies the beginning value to move from. If None, the objects current position will be used.
speed = None
The speed to move to in units/second
time = None
The number of seconds to move
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