Open rnike opened 1 year ago
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?
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?