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
/
D6DriveData
D6Drive
Data
@
Serializable
data
class
D6DriveData
(
val
targetVelocity
:
Float
=
1.0f
,
val
forceLimit
:
Float
=
1000.0f
,
val
stiffness
:
Float
=
0.0f
,
val
damping
:
Float
=
10.0f
,
val
isAcceleration
:
Boolean
=
true
)
Members
Constructors
D6Drive
Data
Link copied to clipboard
constructor
(
targetVelocity
:
Float
=
1.0f
,
forceLimit
:
Float
=
1000.0f
,
stiffness
:
Float
=
0.0f
,
damping
:
Float
=
10.0f
,
isAcceleration
:
Boolean
=
true
)
Properties
damping
Link copied to clipboard
val
damping
:
Float
=
10.0f
force
Limit
Link copied to clipboard
val
forceLimit
:
Float
=
1000.0f
is
Acceleration
Link copied to clipboard
val
isAcceleration
:
Boolean
=
true
stiffness
Link copied to clipboard
val
stiffness
:
Float
=
0.0f
target
Velocity
Link copied to clipboard
val
targetVelocity
:
Float
=
1.0f