PR pixi-reels

AnimatedSpriteSymbolOptions

pixi-reels


pixi-reels / index / AnimatedSpriteSymbolOptions

Interface: AnimatedSpriteSymbolOptions

Defined in: symbols/AnimatedSpriteSymbol.ts:4

Properties

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