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