eu.joaocosta.minart.graphics.image.WrapAround
See theWrapAround companion object
A surface that's optimzied to be used as a scrolling layer that wraps around.
Unlike a repeating plane, this is limited in height and width. However, it can be quite faster, as some data is precomputed.
This also means that changes to the original surface after the scroller creation won't be reflected.
Value parameters
- surface
-
reference surface to use
Attributes
- Companion
- object
- Graph
-
- Supertypes
-
class Objecttrait Matchableclass Any
Members list
In this article