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
/
RigidActorComponentData
/
RigidActorComponentData
Rigid
Actor
Component
Data
constructor
(
actorType
:
RigidActorType
=
RigidActorType.STATIC
,
shapes
:
List
<
ShapeData
>
=
emptyList()
,
mass
:
Double
=
1.0
,
isTrigger
:
Boolean
=
false
,
characterControllerHitBehavior
:
HitActorBehavior
=
HitActorBehavior.SLIDE
,
materialId
:
EntityId
=
EntityId.NULL
)