KSLCore
Toggle table of contents
R1.4
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
KSLCore
KSLCore
/
ksl.animation
/
AnimationEvent
/
ConveyorDestinationReached
Conveyor
Destination
Reached
@
Serializable
@
SerialName
(
value
=
"ConveyorDestinationReached"
)
data
class
ConveyorDestinationReached
(
val
simTime
:
Double
,
val
entityId
:
Long
,
val
conveyorName
:
String
,
val
location
:
String
)
:
AnimationEvent
(
source
)
An entity reached its conveyor destination.
Members
Constructors
Conveyor
Destination
Reached
Link copied to clipboard
constructor
(
simTime
:
Double
,
entityId
:
Long
,
conveyorName
:
String
,
location
:
String
)
Properties
conveyor
Name
Link copied to clipboard
val
conveyorName
:
String
entity
Id
Link copied to clipboard
val
entityId
:
Long
location
Link copied to clipboard
val
location
:
String
sim
Time
Link copied to clipboard
open
override
val
simTime
:
Double