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