isLeft

fun isLeft(x: Float, position: Float = 0.0f): Boolean

Returns whether the sprite is left of the given X boundary using minX.

Return

true if left, false otherwise

Parameters

x

The X value to check