TileLayoutPreview

fun <T, R> TileLayoutPreview(state: T, resourceState: R, renderer: TileLayoutRenderer<T, R>)

Preview a TileLayoutRenderer by providing the complete state for tile and resources. Any bitmaps should be preloaded from test resources and passed in via resourceState as Bitmap or ImageResource.