KSLCore
Toggle table of contents
R1.4
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
KSLCore
KSLCore
/
ksl.animation
/
AnimationEvent
/
SpatialElementMoveCompleted
Spatial
Element
Move
Completed
@
Serializable
@
SerialName
(
value
=
"SpatialElementMoveCompleted"
)
data
class
SpatialElementMoveCompleted
(
val
simTime
:
Double
,
val
name
:
String
,
val
toX
:
Double
,
val
toY
:
Double
,
val
toZ
:
Double
=
0.0
)
:
AnimationEvent
(
source
)
A named spatial element finished moving (8K.5).
Members
Constructors
Spatial
Element
Move
Completed
Link copied to clipboard
constructor
(
simTime
:
Double
,
name
:
String
,
toX
:
Double
,
toY
:
Double
,
toZ
:
Double
=
0.0
)
Properties
name
Link copied to clipboard
val
name
:
String
sim
Time
Link copied to clipboard
open
override
val
simTime
:
Double
to
X
Link copied to clipboard
val
toX
:
Double
to
Y
Link copied to clipboard
val
toY
:
Double
to
Z
Link copied to clipboard
val
toZ
:
Double