RayCast

object RayCast

Stores constants that can be returned by KtxRayCastCallback to control its behavior.

See also

Properties

Link copied to clipboard
const val CONTINUE: Float = 1.0f

Indicates to not clip the ray and continue.

Link copied to clipboard
const val IGNORE: Float

Indicates to ignore the hit fixture and continue.

Link copied to clipboard
const val TERMINATE: Float = 0.0f

Indicates to terminate the ray cast.