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
/
LimitData
Limit
Data
@
Serializable
data
class
LimitData
(
val
limit1
:
Float
,
val
limit2
:
Float
,
val
stiffness
:
Float
=
0.0f
,
val
damping
:
Float
=
0.0f
,
val
restitution
:
Float
=
0.0f
,
val
bounceThreshold
:
Float
=
0.0f
)
Members
Constructors
Limit
Data
Link copied to clipboard
constructor
(
limit1
:
Float
,
limit2
:
Float
,
stiffness
:
Float
=
0.0f
,
damping
:
Float
=
0.0f
,
restitution
:
Float
=
0.0f
,
bounceThreshold
:
Float
=
0.0f
)
Properties
bounce
Threshold
Link copied to clipboard
val
bounceThreshold
:
Float
=
0.0f
damping
Link copied to clipboard
val
damping
:
Float
=
0.0f
limit1
Link copied to clipboard
val
limit1
:
Float
limit2
Link copied to clipboard
val
limit2
:
Float
restitution
Link copied to clipboard
val
restitution
:
Float
=
0.0f
stiffness
Link copied to clipboard
val
stiffness
:
Float
=
0.0f