Generates an animation action
| <vizact>.animation( | |
| number | |
| delay_in = viz.AVATAR_DELAY | |
| delay_out = viz.AVATAR_DELAY | |
| freeze = False |
)
number
The animation number to perform
delay_in = viz.AVATAR_DELAY
The amount of time in seconds to blend into the full animation.
delay_out = viz.AVATAR_DELAY
The amount of time in seconds to blend out of the animation once it is finished
freeze = False
Freeze the animation on the last frame
This will generate an action that will perform the given animation on the avatar.
An action that can be applied to any avatar object
<vizact>.headto
<vizact>.speak
<vizact>.turn
<vizact>.walkTo