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