KSLCore
Toggle table of contents
R1.4
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
KSLCore
KSLCore
/
ksl.animation
/
AnimationEvent
/
SeizeAllocated
Seize
Allocated
@
Serializable
@
SerialName
(
value
=
"SeizeAllocated"
)
data
class
SeizeAllocated
(
val
simTime
:
Double
,
val
entityId
:
Long
,
val
resourceName
:
String
,
val
amountAllocated
:
Int
)
:
AnimationEvent
(
source
)
Units of a resource have been allocated to an entity.
Members
Constructors
Seize
Allocated
Link copied to clipboard
constructor
(
simTime
:
Double
,
entityId
:
Long
,
resourceName
:
String
,
amountAllocated
:
Int
)
Properties
amount
Allocated
Link copied to clipboard
val
amountAllocated
:
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