Interface: AnimatedSpriteOptions

AnimatedSpriteOptions

Constructor options used for AnimatedSprite instances.

Properties:
Name Type Description
autoUpdate boolean

Whether to use Ticker.shared to auto update animation time.

textures AnimatedSpriteFrames

An array of Texture or frame objects that make up the animation.

See:

Extends

Members

autoUpdate boolean

Whether to use Ticker.shared to auto update animation time.

textures AnimatedSpriteFrames

An array of Texture or frame objects that make up the animation.