Method PlayAnimation
PlayAnimation(uint, double, bool)
plays an animation
Declaration
public void PlayAnimation(uint animation, double speed = 1, bool loop = false)
Parameters
Type | Name | Description |
---|---|---|
uint | animation | Animation to play |
double | speed | Speed |
bool | loop | Should the animation loop? |