KSLCore
Toggle table of contents
R1.4
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
KSLCore
KSLCore
/
ksl.animation
/
NetworkNodeDef
Network
Node
Def
@
Serializable
data
class
NetworkNodeDef
(
val
id
:
String
,
val
x
:
Double
,
val
y
:
Double
)
(
source
)
A laid-out node in a
AnimationEvent.NetworkDefined
: an agent
id
at world position (
x
,
y
) — G7.
Members
Constructors
Network
Node
Def
Link copied to clipboard
constructor
(
id
:
String
,
x
:
Double
,
y
:
Double
)
Properties
id
Link copied to clipboard
val
id
:
String
x
Link copied to clipboard
val
x
:
Double
y
Link copied to clipboard
val
y
:
Double