KSLCore
Toggle table of contents
R1.4
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
KSLCore
KSLCore
/
ksl.animation
/
AnimationEvent
/
ConveyorRideStarted
Conveyor
Ride
Started
@
Serializable
@
SerialName
(
value
=
"ConveyorRideStarted"
)
data
class
ConveyorRideStarted
(
val
simTime
:
Double
,
val
entityId
:
Long
,
val
conveyorName
:
String
,
val
fromLocation
:
String
,
val
toLocation
:
String
)
:
AnimationEvent
(
source
)
An entity began riding a conveyor from one location toward another.
Members
Constructors
Conveyor
Ride
Started
Link copied to clipboard
constructor
(
simTime
:
Double
,
entityId
:
Long
,
conveyorName
:
String
,
fromLocation
:
String
,
toLocation
:
String
)
Properties
conveyor
Name
Link copied to clipboard
val
conveyorName
:
String
entity
Id
Link copied to clipboard
val
entityId
:
Long
from
Location
Link copied to clipboard
val
fromLocation
:
String
sim
Time
Link copied to clipboard
open
override
val
simTime
:
Double
to
Location
Link copied to clipboard
val
toLocation
:
String