TouchingPixel

class TouchingPixel(val alphaThreshold: Float) : Touching

Returns true iff the pixel at the given point has a alpha value alphaThreshold.

Constructors

Link copied to clipboard
constructor(alphaThreshold: Float)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Functions

Link copied to clipboard
open override fun touching(actor: Actor, localPoint: Vector2): Boolean