Method PlayAnimation
PlayAnimation(uint, double, bool)
WARNING: this function is tagged as 'EXPERIMENTAL'
plays an animation
Declaration
[HandleProcessCorruptedStateExceptions]
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?  |