KSLCore
Toggle table of contents
R1.4
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
KSLCore
KSLCore
/
ksl.animation
/
NetworkNode
Network
Node
@
Serializable
data
class
NetworkNode
(
val
id
:
String
,
val
position
:
LayoutPoint
)
(
source
)
A node of a network spatial space (e.g. an agent NetworkProjection).
Members
Constructors
Network
Node
Link copied to clipboard
constructor
(
id
:
String
,
position
:
LayoutPoint
)
Properties
id
Link copied to clipboard
val
id
:
String
position
Link copied to clipboard
val
position
:
LayoutPoint