Method SetAnimationLoop
SetAnimationLoop(uint, bool)
WARNING: this function is tagged as 'EXPERIMENTAL'
set animation's looping status
Declaration
[HandleProcessCorruptedStateExceptions]
public void SetAnimationLoop(uint animation, bool loop)
Parameters
| Type | Name | Description | 
|---|---|---|
| uint | animation | Animation to set loop status  | 
    
| bool | loop | Should the animation loop?  |