API reference

Every public class, method, and event in @codexo/exojs. Generated from source.

I

interfaceAnimatedSpritePlayOptions

@codexo/exojs / rendering / stable

Per-call options passed to AnimatedSprite.play.

2
props
0
methods
0
events
Import
import { AnimatedSpritePlayOptions } from '@codexo/exojs'

Per-call options passed to AnimatedSprite.play.

Properties2
repeat?: number
Override of the clip's AnimatedSpriteClipDefinition.repeat for the playback run this call starts. Omitting it plays the clip with its own repeat again - an override never carries from one run into the next.
restart?: boolean
Source