KSLCore
Toggle table of contents
R1.4
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
KSLCore
KSLCore
/
ksl.animation
/
AnimationEvent
/
EntityCreated
Entity
Created
@
Serializable
@
SerialName
(
value
=
"EntityCreated"
)
data
class
EntityCreated
(
val
simTime
:
Double
,
val
entityId
:
Long
,
val
entityType
:
String
)
:
AnimationEvent
(
source
)
A new entity has been created.
entityType
is the entity's class/type label.
Members
Constructors
Entity
Created
Link copied to clipboard
constructor
(
simTime
:
Double
,
entityId
:
Long
,
entityType
:
String
)
Properties
entity
Id
Link copied to clipboard
val
entityId
:
Long
entity
Type
Link copied to clipboard
val
entityType
:
String
sim
Time
Link copied to clipboard
open
override
val
simTime
:
Double