TouchingAnd

class TouchingAnd(val a: Touching, val b: Touching) : Touching

Performs 2 Touching tests. If the second test is only carried out if the first test passes.

Constructors

Link copied to clipboard
constructor(a: Touching, b: Touching)

Properties

Link copied to clipboard
val a: Touching
Link copied to clipboard
val b: Touching

Functions

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