newGameAreaComponentRenderer

fun <C : Component, T : Tile, B : Block<T>> newGameAreaComponentRenderer(gameArea: GameArea<T, B>, projectionMode: ObservableValue<ProjectionMode> = ProjectionMode.TOP_DOWN.toProperty(), fillerTile: Tile = Tile.defaultTile()): ComponentRenderer<C>

Sources

(source)
Link copied to clipboard