🖐️
Vue PIXI Wrapper
  • Introduction
  • Components
    • Application
    • Display Object
    • Container
    • Graphics
    • Sprite
    • Text
    • Bitmap Text
    • Tiling Sprite
    • Animated Sprite
    • Mesh
    • Nine Slice Plane
    • Simple Plane
    • Simple Rope
    • Particle Container
    • FAQ
  • Examples
    • DEMOS-BASIC
      • Container
      • Transparent Background
      • Tinting
      • Particle Container
    • DEMOS-ADVANCED
      • BlendModes
      • Slots
      • Scratchcard
      • Mouse Trail
      • Star Warp
Powered by GitBook
On this page
  • Usage
  • Extends
  • Additional Props

Was this helpful?

  1. Components

Sprite

PreviousGraphicsNextText

Last updated 3 years ago

Was this helpful?

The p-sprite used to render the PIXI Sprite object is the base for all textured objects that are rendered to the screen

Usage

Extends

Additional Props

Name
Type
Required
Default
Reactive

anchorX

Number

0

anchorY

Number

0

blendMode

Number

0

tint

Number

undefined

src

String

undefined

texture

Texture

undefined

Container