KinematicBody2D.isOnCeiling

Returns true if the body collided with the ceiling on the last call of moveAndSlide or moveAndSlideWithSnap. Otherwise, returns false.

struct KinematicBody2D
@nogc nothrow const
bool
isOnCeiling
()

Meta