draw

open override fun draw(batch: Batch?, parentAlpha: Float)

This exists so we can easily find the TileGroup draw method in the android profiling, otherwise it's just a mass of Group.draw->drawChildren->Group.draw etc.

Sources

jvm source
Link copied to clipboard