Joint

abstract class Joint<JointType : Joint?>

Constructors

Link copied to clipboard
constructor()

Functions

Link copied to clipboard
open fun addReleaseListener(runnable: Runnable)
Link copied to clipboard
open fun release()
Link copied to clipboard
fun setJoint(joint: JointType, worldHandler: WorldHandler)
A joint might be removed and recreated, so we allow to set it here.