Interactable.setAnimProgress
Sets the progress on the animation with the given name.
Kind: Function
Environments: Game
Game
interactable:setAnimProgress( name, progress )
Availability: Client only
Parameters:
| Name | Type | Description |
|---|---|---|
interactable |
Interactable | The interactable. |
name |
string | The name of the animation. |
progress |
number | The animation's progress between 0 and 1. |