added skiplastframe attribute authored by Lxlp's avatar Lxlp
...@@ -23,6 +23,7 @@ Play or stop an animation on a model. ...@@ -23,6 +23,7 @@ Play or stop an animation on a model.
| priority | p, pr | Set the priority of the animation.<br/>Only parsed when model is using Hybrid system | Integer | 1 | | priority | p, pr | Set the priority of the animation.<br/>Only parsed when model is using Hybrid system | Integer | 1 |
| loop | l | Forced loop mode of the animation.<br>If not set, the mechanic use default animation loop mode | Loop Mode | | | loop | l | Forced loop mode of the animation.<br>If not set, the mechanic use default animation loop mode | Loop Mode | |
| override | ov | Forced override mode of the animation.<br>If not set, the mechanic use default override mode | Boolean | | | override | ov | Forced override mode of the animation.<br>If not set, the mechanic use default override mode | Boolean | |
| skiplastframe | skip | Whether to skip the last frame of the animation (intended for loop animations) | Boolean | |
#### When remove = true #### When remove = true
... ...
......