rattle-parent
0.1.1-SNAPSHOT
jvm
rattle-api
/
io.github.aecsocket.rattle
/
PhysicsSpace
/
ImpulseJointContainer
Impulse
Joint
Container
interface
ImpulseJointContainer
Members
Properties
count
Link copied to clipboard
abstract
val
count
:
Int
Functions
add
Link copied to clipboard
abstract
fun
add
(
value
:
Joint.Own
,
bodyA
:
RigidBodyKey
,
bodyB
:
RigidBodyKey
)
:
ImpulseJointKey
all
Link copied to clipboard
abstract
fun
all
(
)
:
Collection
<
ImpulseJointKey
>
read
Link copied to clipboard
abstract
fun
read
(
key
:
ImpulseJointKey
)
:
ImpulseJoint
?
remove
Link copied to clipboard
abstract
fun
remove
(
key
:
ImpulseJointKey
)
:
Joint.Own
?
write
Link copied to clipboard
abstract
fun
write
(
key
:
ImpulseJointKey
)
:
ImpulseJoint.Mut
?