kool-editor-model
Toggle table of contents
0.18.0
common
Platform filter
common
Switch theme
Search in API
kool-editor-model
kool-editor-model
/
de.fabmax.kool.editor.data
/
JointComponentData
/
JointComponentData
Joint
Component
Data
constructor
(
bodyA
:
EntityId
=
EntityId.NULL
,
bodyB
:
EntityId
=
EntityId.NULL
,
isCollisionEnabled
:
Boolean
=
false
,
isBreakable
:
Boolean
=
false
,
breakForce
:
Float
=
0.0f
,
breakTorque
:
Float
=
0.0f
,
jointData
:
JointData
=
JointData.Fixed
)