EngineAlpha
JVM
EngineAlpha
/
ea.actor
/
Joint
Joint
abstract
class
Joint
<
JointType
:
Joint
?
>
Members
Constructors
Joint
Link copied to clipboard
constructor
(
)
Functions
add
Release
Listener
Link copied to clipboard
open
fun
addReleaseListener
(
runnable
:
Runnable
)
release
Link copied to clipboard
open
fun
release
(
)
set
Joint
Link copied to clipboard
fun
setJoint
(
joint
:
JointType
,
worldHandler
:
WorldHandler
)
A joint might be removed and recreated, so we allow to set it here.