loadSpriteSheet

open override fun loadSpriteSheet(spriteSheet: SpriteSheet, onComplete: (Bitmap?) -> Unit)

Load sprite sheet

Parameters

spriteSheet

The SpriteSheet to load the Bitmap from.

onComplete

The callback to call when the Bitmap has been loaded. Passing null means that the Bitmap could not be loaded.