AnimatedSprite
Props
https://pixijs.download/v7.x/docs/PIXI.AnimatedSprite.html
Additional Props
Prop | Default Value | Description |
---|---|---|
textures array | Generate the animated sprite from the textures | |
images array | Generate the animated sprite directly from the images | |
isPlaying boolean | true | whether the animation starts automatically |
initialFrame integer | 0 | Which frame the animation starts from |
Usage
Result
Loading...
Live Editor