kyd
Toggle table of contents
common
Platform filter
common
Switch theme
Search in API
kyd
kyd-core
/
uk.co.nickthecoder.kyd
/
TouchingAnd
Touching
And
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.
Members
Constructors
Touching
And
Link copied to clipboard
constructor
(
a
:
Touching
,
b
:
Touching
)
Properties
a
Link copied to clipboard
val
a
:
Touching
b
Link copied to clipboard
val
b
:
Touching
Functions
touching
Link copied to clipboard
open
override
fun
touching
(
actor
:
Actor
,
localPoint
:
Vector2
)
:
Boolean