KSLCore
Toggle table of contents
R1.4
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
KSLCore
KSLCore
/
ksl.animation
/
AnimationEvent
/
Released
Released
@
Serializable
@
SerialName
(
value
=
"Released"
)
data
class
Released
(
val
simTime
:
Double
,
val
entityId
:
Long
,
val
resourceName
:
String
,
val
amountReleased
:
Int
)
:
AnimationEvent
(
source
)
An entity has released units of a resource.
Members
Constructors
Released
Link copied to clipboard
constructor
(
simTime
:
Double
,
entityId
:
Long
,
resourceName
:
String
,
amountReleased
:
Int
)
Properties
amount
Released
Link copied to clipboard
val
amountReleased
:
Int
entity
Id
Link copied to clipboard
val
entityId
:
Long
resource
Name
Link copied to clipboard
val
resourceName
:
String
sim
Time
Link copied to clipboard
open
override
val
simTime
:
Double