pixijs / pixi-react

Write PIXI apps using React declarative style
https://pixijs.io/pixi-react/
MIT License
2.25k stars 173 forks source link

Feature Request: Is there any onLoad callback for Sprite? #447

Open rnike opened 1 year ago

rnike commented 1 year ago

Description

I want to cache a Container with sprite and graphics contain as bitmap, but pixi always cache it before the sprite is loaded, is there any onLoad callback for Sprite to let me make the cache happen after the sprite is loaded?