API reference
Every public class, method, and event in @codexo/exojs. Generated from source.
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?: numberOverride 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?: booleanSource