abstract fun above(): SKryptonRegion
Gets the region above the top side with same width, the new region extends to the top screen border.
Return
The above region.
abstract fun above(height: Int): SKryptonRegion
Gets the region above the top side with same width, the new region extends by height
pixels.
height
- Height of the new region.
Return
The above region.