RenderablePaginatedTransform

fun RenderablePaginatedTransform(min: Vector2, max: Vector2, elements: List<RenderFunction<S, T, U>>)

Constructs a new paginated transform.

Parameters

min

the coordinates for the minimum (inclusive) point where the elements are rendered

max

the coordinates for the maximum (inclusive) point where the elements are rendered

elements

the elements


fun RenderablePaginatedTransform(min: Vector2, max: Vector2, elementsSupplier: () -> List<RenderFunction<S, T, U>>)