pixi-reels

AnimatedSpriteSymbolOptions

pixi-reels


pixi-reels / index / AnimatedSpriteSymbolOptions

Interface: AnimatedSpriteSymbolOptions

Defined in: symbols/AnimatedSpriteSymbol.ts:6

Properties#

PropertyTypeDescriptionDefined in
anchor?{ x: number; y: number; }Anchor point. Default: { x: 0.5, y: 0.5 }.symbols/AnimatedSpriteSymbol.ts:12
anchor.xnumber-symbols/AnimatedSpriteSymbol.ts:12
anchor.ynumber-symbols/AnimatedSpriteSymbol.ts:12
animationSpeed?numberPlayback speed (frames per second multiplier). Default: 1.symbols/AnimatedSpriteSymbol.ts:10
framesRecord<string, Texture[]>Map of symbolId → array of frame textures.symbols/AnimatedSpriteSymbol.ts:8